Skip to content

Commit 717bd8e

Browse files
author
deathowl
committed
relation sign was reversed. Meh
1 parent 8df4a50 commit 717bd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errorparser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ErrorParser.prototype = {
4747
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
4848
}
4949

50-
if((Date.now() - except.createdat) / 1000 > 60) {
50+
if((Date.now() - except.createdat) / 1000 < 60) {
5151
var req = http.request( postRequest, function( res ) {
5252

5353
res.statusCode;

0 commit comments

Comments
 (0)