Skip to content

Commit ff2ab94

Browse files
testing..
1 parent 7a46d7f commit ff2ab94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ async function updateReadme(data) {
473473

474474
const { karma, completed_count, days_items, goals } = data;
475475

476-
const karmaPoint = [`🌈 ${Humanize.intComma(karma)} Karma Points`];
476+
const karmaPoint = [`🏆 ${Humanize.intComma(karma)} Karma Points`];
477477
todoist.push(karmaPoint);
478478

479479
const dailyGoal = [
@@ -485,7 +485,7 @@ async function updateReadme(data) {
485485
todoist.push(totalTasks);
486486

487487
const longestStreak = [
488-
` Longest streak is ${goals.max_daily_streak.count} days`,
488+
` Longest streak is ${goals.max_daily_streak.count} days`,
489489
];
490490
todoist.push(longestStreak);
491491

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function updateReadme(data) {
2020

2121
const { karma, completed_count, days_items, goals } = data;
2222

23-
const karmaPoint = [`🌈 ${Humanize.intComma(karma)} Karma Points`];
23+
const karmaPoint = [`🏆 ${Humanize.intComma(karma)} Karma Points`];
2424
todoist.push(karmaPoint);
2525

2626
const dailyGoal = [
@@ -32,7 +32,7 @@ async function updateReadme(data) {
3232
todoist.push(totalTasks);
3333

3434
const longestStreak = [
35-
` Longest streak is ${goals.max_daily_streak.count} days`,
35+
` Longest streak is ${goals.max_daily_streak.count} days`,
3636
];
3737
todoist.push(longestStreak);
3838

0 commit comments

Comments
 (0)