Skip to content

Commit dfacde2

Browse files
committed
test
1 parent 473e268 commit dfacde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const run = async () => {
3030

3131
let content = `\
3232
1 ${products[0]} = ${stats.last} ${products[1]}
33-
${percent > 0 ? '+' : '-'}${change}(${percent}%)${percent > 0 ? '👍' : '👎'}today
33+
${percent > 0 ? '+' : ''}${change}(${percent}%)${percent > 0 ? '👍' : '👎'}today
3434
${new Date().toLocaleString('en-US', {
3535
timeZone,
3636
timeZoneName: 'short'

0 commit comments

Comments
 (0)