Skip to content

Commit 192418e

Browse files
committed
Fix lint
1 parent 0bc56d9 commit 192418e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/types/DisasterNotification.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const DisasterEmailMessageSchema = z.object({
117117
export type DisasterEmailMessage = z.infer<typeof DisasterEmailMessageSchema>;
118118

119119
export const UnreadNotificationsResponseSchema = z.object({
120-
count: z.number()
121-
})
120+
count: z.number(),
121+
});
122122

123123
export type UnreadNotificationsResponse = z.infer<typeof UnreadNotificationsResponseSchema>;

0 commit comments

Comments
 (0)