This commit is contained in:
Benjamin Toby 2024-12-10 20:02:22 +01:00
parent ff9ce28d1f
commit 1bad8c5705
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "2.9.3", "version": "2.9.4",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View File

@ -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 * Initialize HTTP response variable
*/ */