1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Removed unused OperationDelays constant

This commit is contained in:
Daniel James Smith
2022-01-02 14:02:11 +01:00
parent 5fb9d0ee7f
commit 768f4b676c

View File

@@ -30,8 +30,6 @@ export class AutoFillConstants {
"reset",
"search",
];
static readonly OperationDelays = new Map<string, number>([["buzzsprout.com", 100]]);
}
export class CreditCardAutoFillConstants {