Skip to content

Commit 8158af9

Browse files
authored
Use Todoist API v9
1 parent ecfdd1a commit 8158af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const PREMIUM = core.getInput("PREMIUM");
99

1010
async function main() {
1111
const stats = await axios(
12-
`https://api.todoist.com/sync/v8.3/completed/get_stats?token=${TODOIST_API_KEY}`
12+
`https://api.todoist.com/sync/v9/completed/get_stats?token=${TODOIST_API_KEY}`
1313
);
1414
await updateReadme(stats.data);
1515
}

0 commit comments

Comments
 (0)