Skip to content

Commit f62eac4

Browse files
authored
fix: set correct v9.208 quick add task endpoint (#272)
- fix: set correct v9.208 quick add task endpoint - chore: bump version to 4.0.0-alpha.4
1 parent b0fe7c0 commit f62eac4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/todoist-api-typescript",
3-
"version": "4.0.0-alpha.3",
3+
"version": "4.0.0-alpha.4",
44
"description": "A typescript wrapper for the Todoist REST API.",
55
"author": "Doist developers",
66
"repository": "[email protected]:doist/todoist-api-typescript.git",

src/consts/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ENDPOINT_REST_TASK_CLOSE = 'close'
2828
export const ENDPOINT_REST_TASK_REOPEN = 'reopen'
2929
export const ENDPOINT_REST_PROJECT_COLLABORATORS = 'collaborators'
3030

31-
export const ENDPOINT_SYNC_QUICK_ADD = 'quick'
31+
export const ENDPOINT_SYNC_QUICK_ADD = ENDPOINT_REST_TASKS + '/quick'
3232

3333
export const ENDPOINT_SYNC = 'sync'
3434

0 commit comments

Comments
 (0)