We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221f300 commit 87c03a0Copy full SHA for 87c03a0
dangerfile.js
@@ -70,7 +70,7 @@ const percentFormatter = new Intl.NumberFormat('en', {
70
});
71
72
function change(decimal) {
73
- if (Number === Infinity) {
+ if (decimal === Infinity) {
74
return 'New file';
75
}
76
if (decimal === -1) {
0 commit comments