refactor: remove unused var

This commit is contained in:
Mauricio Siu 2024-07-19 22:15:08 -06:00
parent 9954d5b209
commit 18f892096b

View File

@ -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: [