refactor: Remove unused vars to fix build (no-changelog) (#4584)

* 🔥 Remove unused vars to fix build

* 👕 Make unused vars severity conditional
This commit is contained in:
Iván Ovejero
2022-11-11 16:07:50 +01:00
committed by GitHub
parent 277b6b73c3
commit 52f38df867
35 changed files with 35 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ import {
ILoadOptionsFunctions,
} from 'n8n-core';
import { IDataObject, IOAuth2Options, NodeApiError } from 'n8n-workflow';
import { IDataObject, IOAuth2Options } from 'n8n-workflow';
import { snakeCase } from 'change-case';