mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
ensure sheets folder
This commit is contained in:
@@ -27,6 +27,10 @@ class sheet {
|
|||||||
private sheetId: string = '';
|
private sheetId: string = '';
|
||||||
private range: string = '';
|
private range: string = '';
|
||||||
|
|
||||||
|
constructor() {
|
||||||
|
ensureDirectory(this.sheetsFolder);
|
||||||
|
}
|
||||||
|
|
||||||
public async getSheetState(): Promise<GoogleSheetState> {
|
public async getSheetState(): Promise<GoogleSheetState> {
|
||||||
const ret: GoogleSheetState = {
|
const ret: GoogleSheetState = {
|
||||||
auth: false,
|
auth: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user