1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 23:45:31 +02:00

chore: Fix linting

This commit is contained in:
Maksim Eltyshev 2024-07-15 14:37:43 +02:00
parent 880a27770b
commit 65b60b3c60

View file

@ -131,9 +131,7 @@ async function sendWebhook(webhook, event, data, user) {
); );
} }
} catch (e) { } catch (e) {
sails.log.error( sails.log.error(`Webhook ${webhook.url} failed with error message: ${e.message}`);
`Webhook ${webhook.url} failed with error message: ${e.message}`,
);
} }
} }