mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Add dev volunteers to anonymized accounts
This commit is contained in:
@@ -213,11 +213,11 @@ export class Sheet<
|
||||
async dbFirstLoad(): Promise<void> {
|
||||
if (!(await hasGSheetsAccess())) {
|
||||
await this.loadLocalDb()
|
||||
} else if (this.toRunAfterLoad && __DEV__) {
|
||||
this.toRunAfterLoad.push(() => this.saveLocalDb())
|
||||
}
|
||||
this.dbLoad()
|
||||
if (__DEV__ && (await hasGSheetsAccess())) {
|
||||
this.saveLocalDb()
|
||||
}
|
||||
|
||||
await this.dbLoad()
|
||||
}
|
||||
|
||||
private async dbSaveAsync(): Promise<void> {
|
||||
|
Reference in New Issue
Block a user