Add task:update - Todoist (#2409)

*  Add task:update

*  Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2021-11-04 22:21:35 -04:00
committed by GitHub
parent f6dae26532
commit e84846dcf9
2 changed files with 121 additions and 9 deletions

View File

@@ -44,7 +44,6 @@ export async function todoistApiRequest(
//@ts-ignore
options.headers['Authorization'] = `Bearer ${credentials.apiKey}`;
return this.helpers.request!(options);
} else {
//@ts-ignore