chore(lint): run biome

This commit is contained in:
depado
2025-01-10 20:41:51 +01:00
parent cc473b3e87
commit 1f8a476264
4 changed files with 19 additions and 18 deletions

View File

@@ -353,7 +353,7 @@ export const notificationRouter = createTRPCRouter({
await sendGotifyNotification(
input,
"Test Notification",
"Hi, From Dokploy 👋"
"Hi, From Dokploy 👋",
);
return true;
} catch (error) {