mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-26 09:35:29 +02:00
refactor: remove unused var
This commit is contained in:
@@ -102,7 +102,7 @@ export const sendBuildSuccessNotifications = async ({
|
||||
}
|
||||
|
||||
if (slack) {
|
||||
const { webhookUrl, channel } = slack;
|
||||
const { channel } = slack;
|
||||
await sendSlackNotification(slack, {
|
||||
channel: channel,
|
||||
attachments: [
|
||||
|
||||
Reference in New Issue
Block a user