fix(core): update

This commit is contained in:
2024-02-13 02:04:04 +01:00
parent a40b6adeef
commit ee6f5e63ee
2 changed files with 2 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ export class AppData<T = any> {
} else {
console.log('All mandatory keys are present in the appdata');
}
return missingMandatoryKeys;
}
public async waitForAndGetKey(keyArg: string) {