Skip to content

Commit

Permalink
Add E_BLN_API_REQUEST_NETWORK to network errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pixtron committed Feb 14, 2020
1 parent 5b4e4c9 commit f5b2a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/auth/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ module.exports = function(env, clientConfig) {
'ECONNREFUSED',
'EHOSTDOWN',
'ESOCKETTIMEDOUT',
'ECONNRESET'
'ECONNRESET',
'E_BLN_API_REQUEST_NETWORK'
].includes(error.code);
}

Expand Down

0 comments on commit f5b2a99

Please sign in to comment.