Commit 6faa13c7 authored by Kartheek Palla's avatar Kartheek Palla
Browse files

Issue #SB-000 fix: syntax error issue fix

Showing with 3 additions and 1 deletion
+3 -1
......@@ -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: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment