fix: inital eslint errors

This commit is contained in:
Huskydog9988
2025-04-13 21:44:29 -04:00
parent ff1255f948
commit d4b89b5dc5
74 changed files with 339 additions and 304 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Design goals:
2. Real-time; use websocket listeners to keep clients up-to-date
*/
import { Notification } from "@prisma/client";
import type { Notification } from "@prisma/client";
import prisma from "../db/database";
export type NotificationCreateArgs = Pick<