Commit 0853f3c1 authored by Kartheek Palla's avatar Kartheek Palla
Browse files

Issue #SB-000 fix: syntax error issue fix

Showing with 0 additions and 3 deletions
+0 -3
......@@ -6,9 +6,6 @@ const path = require('path');
const envVariables = require("../envVariables");
class GoogleOauth {
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