We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc56d9 commit 192418eCopy full SHA for 192418e
backend/src/types/DisasterNotification.ts
@@ -117,7 +117,7 @@ export const DisasterEmailMessageSchema = z.object({
117
export type DisasterEmailMessage = z.infer<typeof DisasterEmailMessageSchema>;
118
119
export const UnreadNotificationsResponseSchema = z.object({
120
- count: z.number()
121
-})
+ count: z.number(),
+});
122
123
export type UnreadNotificationsResponse = z.infer<typeof UnreadNotificationsResponseSchema>;
0 commit comments