fix(core): update
This commit is contained in:
@@ -100,8 +100,9 @@ export class AppData {
|
||||
}
|
||||
}
|
||||
|
||||
public async waitForKeysPresent(keysArg: string[]) {
|
||||
public async waitForAndGetKey(keyArg: string) {
|
||||
await this.readyDeferred.promise;
|
||||
await this.kvStore.waitForKeysPresent(keysArg);
|
||||
await this.kvStore.waitForKeysPresent([keyArg]);
|
||||
return this.kvStore.readKey[keyArg];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user