X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Fauthenticator.js;h=7053b56f12cb4eecd4592db9b9c227572c91606a;hb=777488fff1f833e2bb699c700f38aa7374a80735;hp=ed4fc401af7771302b523732981d4f45abfe9ead;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;p=websub-hub diff --git a/src/authenticator.js b/src/authenticator.js index ed4fc40..7053b56 100644 --- a/src/authenticator.js +++ b/src/authenticator.js @@ -103,7 +103,7 @@ class Authenticator { const authData = req.getHeader(Enum.Header.Authorization); if (authData && await this.isValidAuthorization(authData, ctx)) { - return true; + return true; } return this.requestBasic(res); }