mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
removed console.log
This commit is contained in:
@@ -283,8 +283,6 @@ export class Todoist implements INodeType {
|
|||||||
body.label_ids = labels
|
body.label_ids = labels
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(labels)
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
response = await todoistApiRequest.call(this, '/tasks', 'POST', body);
|
response = await todoistApiRequest.call(this, '/tasks', 'POST', body);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user