File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ async function updateReadme(data) {
473
473
474
474
const { karma, completed_count, days_items, goals } = data ;
475
475
476
- const karmaPoint = [ `🌈 ${ Humanize . intComma ( karma ) } Karma Points` ] ;
476
+ const karmaPoint = [ `🏆 ${ Humanize . intComma ( karma ) } Karma Points` ] ;
477
477
todoist . push ( karmaPoint ) ;
478
478
479
479
const dailyGoal = [
@@ -485,7 +485,7 @@ async function updateReadme(data) {
485
485
todoist . push ( totalTasks ) ;
486
486
487
487
const longestStreak = [
488
- `⌛ Longest streak is ${ goals . max_daily_streak . count } days` ,
488
+ `⏳ Longest streak is ${ goals . max_daily_streak . count } days` ,
489
489
] ;
490
490
todoist . push ( longestStreak ) ;
491
491
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ async function updateReadme(data) {
20
20
21
21
const { karma, completed_count, days_items, goals } = data ;
22
22
23
- const karmaPoint = [ `🌈 ${ Humanize . intComma ( karma ) } Karma Points` ] ;
23
+ const karmaPoint = [ `🏆 ${ Humanize . intComma ( karma ) } Karma Points` ] ;
24
24
todoist . push ( karmaPoint ) ;
25
25
26
26
const dailyGoal = [
@@ -32,7 +32,7 @@ async function updateReadme(data) {
32
32
todoist . push ( totalTasks ) ;
33
33
34
34
const longestStreak = [
35
- `⌛ Longest streak is ${ goals . max_daily_streak . count } days` ,
35
+ `⏳ Longest streak is ${ goals . max_daily_streak . count } days` ,
36
36
] ;
37
37
todoist . push ( longestStreak ) ;
38
38
You can’t perform that action at this time.
0 commit comments