parseGoogleSheet from db

This commit is contained in:
arc-alex
2023-11-24 16:49:37 +01:00
parent d32d8a547d
commit 111df94d6d
3 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class sheet {
ret.worksheet = true;
}
}
logger.info(LogOrigin.Server, `Sheet State: ${ret}`);
logger.info(LogOrigin.Server, `Sheet State: ${JSON.stringify(ret)}`);
return ret;
}