mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
👕 Fix lint issue
This commit is contained in:
parent
49e2285573
commit
0ba712cd92
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue