👕 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;
}