ensure sheets folder

This commit is contained in:
arc-alex
2023-12-12 11:52:04 +01:00
parent c5b8a133b5
commit a98bd0f4a4
+4
View File
@@ -27,6 +27,10 @@ class sheet {
private sheetId: string = '';
private range: string = '';
constructor() {
ensureDirectory(this.sheetsFolder);
}
public async getSheetState(): Promise<GoogleSheetState> {
const ret: GoogleSheetState = {
auth: false,