1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2019-12-29 15:13:15 -06:00
parent 49e2285573
commit 0ba712cd92

View File

@ -122,7 +122,7 @@ export const pushConnection = mixins(
// @ts-ignore
receivedData = JSON.parse(event.data);
} catch (error) {
console.error('The received push data is not valid JSON.');
console.error('The received push data is not valid JSON.'); // eslint-disable-line no-console
return;
}