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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user