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

Capitalize class name: LockedVaultPendingNotificationsItem

This commit is contained in:
Daniel James Smith
2021-10-19 11:20:55 +02:00
parent 2299abe7a6
commit d4e91a81f9
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export default class lockedVaultPendingNotificationsItem {
export default class LockedVaultPendingNotificationsItem {
commandToRetry: {
msg: any;
sender: chrome.runtime.MessageSender;