Skip to content

Commit

Permalink
Webex reporter and sonar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Dutoit committed Mar 15, 2024
1 parent 0bd8999 commit 060bb5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ch/mno/copper/store/db/DBValuesStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void save() {
@Override
public Map<String, String> getValuesMapString() {
return server.readLatest().stream()
.distinct()
.collect(Collectors.toMap(StoreValue::getKey, StoreValue::getValue));

}
Expand Down

0 comments on commit 060bb5e

Please sign in to comment.