Skip to content

Commit

Permalink
Merge pull request #8 from corona-warn-app/fix/list-update
Browse files Browse the repository at this point in the history
fix: list update
  • Loading branch information
ascheibal authored Jul 30, 2021
2 parents 784cb7e + a4e31c9 commit 979f5be
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 979f5be

Please sign in to comment.