mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
ensure sheets folder
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user