mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 04:25:13 +00:00
fix lint error in const.ts
This commit is contained in:
parent
c5f1279d4b
commit
7e220d6e31
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue