mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
dont save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user