Skip to content

Commit

Permalink
removed unnecessary file. fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilaghi committed Jan 17, 2025
1 parent ce52717 commit 200e2dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void deleteFormDescriptor(@Nonnull ProjectId projectId, @Nonnull FormId f
writeLock.lock();
var query = new Document(PROJECT_ID, projectId.id()).append(FORM__FORM_ID, formId.getId());
getCollection().findOneAndDelete(query);
formDescriptorCache.remove(formId);
} finally {
writeLock.unlock();
}
Expand Down

This file was deleted.

0 comments on commit 200e2dc

Please sign in to comment.