mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -468,8 +468,6 @@ export default mixins(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a.logo-text {
|
a.logo-text {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
|
|||||||
@@ -171,8 +171,8 @@ if (process.env.NODE_ENV !== 'production') {
|
|||||||
// not do anything about it anyway
|
// not do anything about it anyway
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.error('error cought in main.ts');
|
console.error('error cought in main.ts'); // eslint-disable-line no-console
|
||||||
console.error(message);
|
console.error(message); // eslint-disable-line no-console
|
||||||
console.error(error);
|
console.error(error); // eslint-disable-line no-console
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user