mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
build: Update ESLint to v9 (#16639)
This commit is contained in:
@@ -164,7 +164,7 @@ export class Onfleet implements INodeType {
|
||||
const operation = this.getNodeParameter('operation', 0);
|
||||
const items = this.getInputData();
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
// eslint-disable-next-line @typescript-eslint/no-restricted-types
|
||||
const operations: { [key: string]: Function } = {
|
||||
task: OnfleetMethods.executeTaskOperations,
|
||||
destination: OnfleetMethods.executeDestinationOperations,
|
||||
|
||||
Reference in New Issue
Block a user