From 1bad8c5705a993ebcc495bc4434ce5f8fd8506f6 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Tue, 10 Dec 2024 20:02:22 +0100 Subject: [PATCH] Updates --- package.json | 2 +- users/social/google-auth.js | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/package.json b/package.json index e1f141d..af7c470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "2.9.3", + "version": "2.9.4", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": { diff --git a/users/social/google-auth.js b/users/social/google-auth.js index e3203ad..8ec11c3 100644 --- a/users/social/google-auth.js +++ b/users/social/google-auth.js @@ -78,14 +78,6 @@ async function googleAuth({ }; } - if (!database || database?.match(/ /)) { - return { - success: false, - payload: null, - msg: "Please provide database slug name you want to access", - }; - } - /** * Initialize HTTP response variable */