fix lint error in const.ts
This commit is contained in:
@@ -121,7 +121,7 @@ export const notificationTypes = [
|
|||||||
'exportCompleted',
|
'exportCompleted',
|
||||||
'test',
|
'test',
|
||||||
'app',
|
'app',
|
||||||
'edited'
|
'edited',
|
||||||
] as const;
|
] as const;
|
||||||
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;
|
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user