Skip to content

Commit 8abba83

Browse files
Merge pull request #1 from parth-deepsource/deepsource-fix-74d50e5c
Remove debugger statements
2 parents 2de2901 + 6c775e6 commit 8abba83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function isNumber(num){
1616
}
1717

1818
function isTruthy(x) {
19-
debugger;
19+
2020
return Boolean(x);
2121
};
2222

0 commit comments

Comments
 (0)