Skip to content

Commit

Permalink
fix list update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-trzewik committed Jul 29, 2021
1 parent 784cb7e commit a4e31c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public <T> void updateSignedList(List<T> list,ListType listType) {
} else {
if (!ruleList.get().getHash().equals(hash)) {
ruleList.get().setHash(hash);
ruleList.get().setRawData(listRaw);
calculateSignature(ruleList.get());
signedListRepository.save(ruleList.get());
}
Expand Down

0 comments on commit a4e31c9

Please sign in to comment.