This commit is contained in:
Tben 2023-06-24 14:24:33 +01:00
parent 350e7a4ddf
commit 5375a39e1a
2 changed files with 1 additions and 3 deletions

View File

@ -85,8 +85,6 @@ module.exports = async function logout() {
googleScript.onload = function (e) { googleScript.onload = function (e) {
if (google) { if (google) {
if (readyStateDispatch) readyStateDispatch(true);
//////////////////////////////////////// ////////////////////////////////////////
//////////////////////////////////////// ////////////////////////////////////////
//////////////////////////////////////// ////////////////////////////////////////

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "1.1.46", "version": "1.1.47",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {