Skip to content

Commit

Permalink
Fix: save whitelist on whitelistable update
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpointer0x00 committed Apr 15, 2023
1 parent 38249a5 commit 61986d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private Set<Whitelistable> findAll0(final int offset, final int limit) {
return supplyAsync(() -> {
whitelist.remove(whitelistable);
whitelist.add(whitelistable);
saveWhitelist();
return Optional.of(whitelistable);
});
}
Expand Down

0 comments on commit 61986d2

Please sign in to comment.