Skip to content

Commit

Permalink
A 403 is not technically an error
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaughto committed Jun 27, 2016
1 parent a642d40 commit 0b9f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/responses/forbidden.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function forbidden (data, options) {
logMessage: 'Sending 403 ("Forbidden") response',
statusCode: 403,
logData: true,
isError: true,
isError: false,
isGuessView: false,
name: 'forbidden'
};
Expand Down

0 comments on commit 0b9f170

Please sign in to comment.