Skip to content

Commit b09df7a

Browse files
testing..
1 parent 7eaf2c1 commit b09df7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ async function updateReadme(data) {
487487

488488
if(PREMIUM) {
489489
const weekItems = [`🗓 Completed ${week_items[0].total_completed.toString()} tasks this week`];
490-
todoist.push(totalTasks);
490+
todoist.push(weekItems);
491491
}
492492

493493

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function updateReadme(data) {
3434

3535
if(PREMIUM) {
3636
const weekItems = [`🗓 Completed ${week_items[0].total_completed.toString()} tasks this week`];
37-
todoist.push(totalTasks);
37+
todoist.push(weekItems);
3838
}
3939

4040

0 commit comments

Comments
 (0)