diff --git a/src/helpers/googleOauthHelper.js b/src/helpers/googleOauthHelper.js index a4519cdc11bde634b069f3097ecd31db3e025514..977ce8be793dd1578456d329f89e874b8f561960 100644 --- a/src/helpers/googleOauthHelper.js +++ b/src/helpers/googleOauthHelper.js @@ -6,7 +6,9 @@ const path = require('path'); const envVariables = require("../envVariables"); class GoogleOauth { - auth = null; + constructor() { + this.auth = null; + } constructor() { this.auth = new google.auth.GoogleAuth({ credentials: {