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:
@@ -25,7 +25,7 @@ export class TogglTrigger implements INodeType {
|
||||
{
|
||||
name: 'togglApi',
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
],
|
||||
polling: true,
|
||||
inputs: [],
|
||||
@@ -39,12 +39,12 @@ export class TogglTrigger implements INodeType {
|
||||
{
|
||||
name: 'New Time Entry',
|
||||
value: 'newTimeEntry',
|
||||
}
|
||||
},
|
||||
],
|
||||
required: true,
|
||||
default: 'newTimeEntry',
|
||||
},
|
||||
]
|
||||
],
|
||||
};
|
||||
|
||||
async poll(this: IPollFunctions): Promise<INodeExecutionData[][] | null> {
|
||||
|
||||
Reference in New Issue
Block a user