mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -137,7 +137,6 @@ export const extendTransform = (expression: string): { code: string } | undefine
|
||||
// This is to match our fork of tmpl
|
||||
const globalIdentifier = types.builders.identifier(
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
typeof window !== 'object' ? 'global' : 'window',
|
||||
);
|
||||
// We want to define all of our commonly used identifiers and member
|
||||
|
||||
@@ -1093,9 +1093,7 @@ function generateTestWorkflowAndRunData(): { workflow: Partial<IWorkflowBase>; r
|
||||
},
|
||||
Switch: {
|
||||
main: [
|
||||
// @ts-ignore
|
||||
null,
|
||||
// @ts-ignore
|
||||
null,
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user