1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00

Fix recipe double-delete issue

This should be removed when we have the RecipeService on the server
support multiple calls to delete with arbitrary frequency
This commit is contained in:
Matt Gibson
2025-10-10 10:06:38 -07:00
parent f73edaa93b
commit d716a8744e

View File

@@ -67,6 +67,7 @@ class Scene implements UsingRequired {
// Fire off an unawaited promise to delete the side effects of the scene
void this.recipe.down();
seedIdsToTearDown.delete(this.seedId);
};
mangle(id: string): string {