We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaf2c1 commit b09df7aCopy full SHA for b09df7a
dist/index.js
@@ -487,7 +487,7 @@ async function updateReadme(data) {
487
488
if(PREMIUM) {
489
const weekItems = [`🗓 Completed ${week_items[0].total_completed.toString()} tasks this week`];
490
- todoist.push(totalTasks);
+ todoist.push(weekItems);
491
}
492
493
index.js
@@ -34,7 +34,7 @@ async function updateReadme(data) {
34
35
36
37
38
39
40
0 commit comments