fix: lint

This commit is contained in:
Mauricio Siu
2024-12-07 13:50:38 -06:00
parent 64e6919211
commit 1c1e52f777
17 changed files with 1475 additions and 1475 deletions

View File

@@ -190,7 +190,7 @@ export const notificationRouter = createTRPCRouter({
await sendDiscordNotification(input, {
title: "> `🤚` - Test Notification",
description: "> Hi, From Dokploy 👋",
color: 0xf3f7f4
color: 0xf3f7f4,
});
return true;
} catch (error) {