Skip to content

Commit

Permalink
Merge pull request #37 from I-am-Gabi/master
Browse files Browse the repository at this point in the history
fix issue #36
  • Loading branch information
Álvaro Alonso authored Feb 15, 2017
2 parents 235b57a + 39b89ff commit 616d15c
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 616d15c

Please sign in to comment.