mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +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
|
||||
|
||||
Reference in New Issue
Block a user