We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473e268 commit dfacde2Copy full SHA for dfacde2
index.js
@@ -30,7 +30,7 @@ const run = async () => {
30
31
let content = `\
32
1 ${products[0]} = ${stats.last} ${products[1]}
33
-${percent > 0 ? '+' : '-'}${change}(${percent}%)${percent > 0 ? '👍' : '👎'}today
+${percent > 0 ? '+' : ''}${change}(${percent}%)${percent > 0 ? '👍' : '👎'}today
34
⌚ ${new Date().toLocaleString('en-US', {
35
timeZone,
36
timeZoneName: 'short'
0 commit comments