dont save

This commit is contained in:
arc-alex
2023-12-16 23:56:15 +01:00
parent 2464ac1bd9
commit 8fa7392698
11 changed files with 18 additions and 125 deletions
@@ -11,7 +11,6 @@ import {
UserFields,
Alias,
Settings,
Sheet,
} from 'ontime-types';
import { data, db } from '../../modules/loadDb.js';
@@ -59,15 +58,6 @@ export class DataProvider {
await this.persist();
}
static getSheet() {
return data.sheet;
}
static async setSheet(newData: Sheet) {
data.sheet = { ...newData };
await this.persist();
}
static getOsc() {
return data.osc;
}