mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Remove empty catch blocks and remove allow-empty-catch tslint rule (#2136)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import NotificationQueueMessage from "./notificationQueueMessage";
|
||||
import NotificationQueueMessage from './notificationQueueMessage';
|
||||
|
||||
export default class AddChangePasswordQueueMessage extends NotificationQueueMessage {
|
||||
cipherId: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import NotificationQueueMessage from "./notificationQueueMessage";
|
||||
import NotificationQueueMessage from './notificationQueueMessage';
|
||||
|
||||
export default class AddLoginQueueMessage extends NotificationQueueMessage {
|
||||
username: string;
|
||||
|
||||
@@ -2,6 +2,6 @@ export default class LockedVaultPendingNotificationsItem {
|
||||
commandToRetry: {
|
||||
msg: any;
|
||||
sender: chrome.runtime.MessageSender;
|
||||
}
|
||||
};
|
||||
target: string;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { NotificationQueueMessageType } from "./notificationQueueMessageType";
|
||||
import { NotificationQueueMessageType } from './notificationQueueMessageType';
|
||||
|
||||
export default class NotificationQueueMessage {
|
||||
type: NotificationQueueMessageType;
|
||||
|
||||
Reference in New Issue
Block a user