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
-8
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
*/