Skip to content

Commit

Permalink
fix issue ging#36
Browse files Browse the repository at this point in the history
  • Loading branch information
gabicavalcante committed Feb 15, 2017
1 parent 235b57a commit 39b89ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/azf.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ var AZF = (function() {
decision = json_res.Response.Result[0].Decision[0];
});

decision = String(decision);

log.debug('Decision: ', decision);
if (decision === 'Permit') {
success();
Expand Down

0 comments on commit 39b89ff

Please sign in to comment.