1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Move retryQueue from main to runtime and rename it to lockedVaultPendingNotifications

This commit is contained in:
Daniel James Smith
2021-10-08 13:23:05 +02:00
parent 2613a8cfea
commit 75c8c4205f
2 changed files with 5 additions and 4 deletions

View File

@@ -127,7 +127,6 @@ export default class MainBackground {
onReplacedRan: boolean;
loginToAutoFill: any = null;
notificationQueue: any[] = [];
retryQueue: any[] = [];
private commandsBackground: CommandsBackground;
private contextMenusBackground: ContextMenusBackground;