Skip to content

Commit

Permalink
relation sign was reversed. Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
deathowl committed Dec 23, 2013
1 parent 8df4a50 commit 717bd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errorparser.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ErrorParser.prototype = {
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
}

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

res.statusCode;
Expand Down

0 comments on commit 717bd8e

Please sign in to comment.