mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove unused var
This commit is contained in:
parent
9954d5b209
commit
18f892096b
@ -102,7 +102,7 @@ export const sendBuildSuccessNotifications = async ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (slack) {
|
if (slack) {
|
||||||
const { webhookUrl, channel } = slack;
|
const { channel } = slack;
|
||||||
await sendSlackNotification(slack, {
|
await sendSlackNotification(slack, {
|
||||||
channel: channel,
|
channel: channel,
|
||||||
attachments: [
|
attachments: [
|
||||||
|
Loading…
Reference in New Issue
Block a user