From 53edf06476c29cabe20afe0d49a7657247a27af3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:48:04 -0600 Subject: [PATCH] refactor: remove comments --- apps/dokploy/server/api/routers/notification.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/dokploy/server/api/routers/notification.ts b/apps/dokploy/server/api/routers/notification.ts index 18e4ceb3..170b7bf2 100644 --- a/apps/dokploy/server/api/routers/notification.ts +++ b/apps/dokploy/server/api/routers/notification.ts @@ -148,12 +148,6 @@ export const notificationRouter = createTRPCRouter({ .input(apiCreateDiscord) .mutation(async ({ input, ctx }) => { try { - // go to your discord server - // go to settings - // go to integrations - // add a new integration - // select webhook - // copy the webhook url return await createDiscordNotification(input, ctx.user.adminId); } catch (error) { throw new TRPCError({