We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfd5da commit b2b1a7dCopy full SHA for b2b1a7d
src/main/java/com/uid2/admin/store/writer/SaltStoreWriter.java
@@ -70,7 +70,6 @@ public void upload(RotatingSaltProvider.SaltSnapshot data) throws Exception {
70
final JsonArray snapshotsMetadata = new JsonArray();
71
metadata.put("salts", snapshotsMetadata);
72
73
- List<RotatingSaltProvider.SaltSnapshot> currentSnapshots = provider.getSnapshots();
74
List<RotatingSaltProvider.SaltSnapshot> snapshots = this.getSnapshots(data);
75
76
// of the currently effective snapshots keep only the most recent one
0 commit comments