Skip to content

Commit

Permalink
fix: don't put null on maps
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Mar 31, 2024
1 parent f155867 commit dfd978a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public boolean save(List<ConfigurationsDTO> configs, int loggedUser) {
}
}

this.cache.put(SchemaThreadLocal.get(), null);
this.cache.remove(SchemaThreadLocal.get());

return true;
});
Expand Down

0 comments on commit dfd978a

Please sign in to comment.