Skip to content

Commit

Permalink
chore: Corrects one final id number type (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlovegrove authored Sep 13, 2022
1 parent 44cac53 commit e4440dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/todoist-api-typescript",
"version": "2.0.1",
"version": "2.0.2",
"description": "A typescript wrapper for the Todoist REST API.",
"author": "Doist developers",
"repository": "git@github.com:doist/todoist-api-typescript.git",
Expand Down
2 changes: 1 addition & 1 deletion src/types/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type GetTasksArgs = {
label?: string
filter?: string
lang?: string
ids?: number[]
ids?: string[]
}

export type UpdateTaskArgs = {
Expand Down

0 comments on commit e4440dc

Please sign in to comment.