mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
👕 Fix lint issue
This commit is contained in:
parent
49e2285573
commit
0ba712cd92
|
@ -122,7 +122,7 @@ export const pushConnection = mixins(
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
receivedData = JSON.parse(event.data);
|
receivedData = JSON.parse(event.data);
|
||||||
} catch (error) {
|
} 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue