mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -12,8 +12,8 @@ import {
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
todoistApiRequest,
|
||||
FormatDueDatetime,
|
||||
todoistApiRequest,
|
||||
} from './GenericFunctions';
|
||||
|
||||
interface IBodyCreateTask {
|
||||
@@ -365,7 +365,7 @@ export class Todoist implements INodeType {
|
||||
],
|
||||
operation: [
|
||||
'getAll',
|
||||
],
|
||||
],
|
||||
},
|
||||
},
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user