feat(notifications): add delete notification modal

This commit is contained in:
Mauricio Siu
2024-07-09 01:16:06 -06:00
parent 680811357b
commit 342ff4b589
3 changed files with 16 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ export const notificationRouter = createTRPCRouter({
});
}
}),
removeNotification: adminProcedure
remove: adminProcedure
.input(apiFindOneNotification)
.mutation(async ({ input }) => {
try {