chore: Fix linting

pull/815/head
Maksim Eltyshev 1 year ago
parent 880a27770b
commit 65b60b3c60

@ -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}`,
);
} }
} }

Loading…
Cancel
Save