Run storage service on link
This commit is contained in:
parent
3050a314f9
commit
08eb4fc168
3 changed files with 19 additions and 1 deletions
|
@ -1368,6 +1368,7 @@ export async function startApp(): Promise<void> {
|
|||
|
||||
async function runStorageService() {
|
||||
StorageService.enableStorageService();
|
||||
StorageService.runStorageServiceSyncJob();
|
||||
}
|
||||
|
||||
async function start() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue