mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
chore: Fix linting
This commit is contained in:
parent
880a27770b
commit
65b60b3c60
1 changed files with 1 additions and 3 deletions
|
@ -131,9 +131,7 @@ async function sendWebhook(webhook, event, data, user) {
|
|||
);
|
||||
}
|
||||
} catch (e) {
|
||||
sails.log.error(
|
||||
`Webhook ${webhook.url} failed with error message: ${e.message}`,
|
||||
);
|
||||
sails.log.error(`Webhook ${webhook.url} failed with error message: ${e.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue