Skip to content

Commit 309005f

Browse files
committed
== to ===
1 parent 9045467 commit 309005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homemon-stats/homemon-stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var redis = require("redis")
1919

2020

2121
BeginsWith = function(needle, haystack) {
22-
return (haystack.substr(0, needle.length) == needle);
22+
return (haystack.substr(0, needle.length) === needle);
2323
}
2424

2525

0 commit comments

Comments
 (0)