1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

fix lint error in const.ts

This commit is contained in:
Hazelnoot
2024-10-15 21:22:46 -04:00
parent c5f1279d4b
commit 7e220d6e31

View File

@@ -121,7 +121,7 @@ export const notificationTypes = [
'exportCompleted',
'test',
'app',
'edited'
'edited',
] as const;
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;