Fixing issue discovered by cypress test.
This commit is contained in:
parent
720fa12b21
commit
a7cf64ce9e
|
@ -44,7 +44,7 @@ exports.getAppMetadata = async (appId, CouchDB = null) => {
|
|||
throw err
|
||||
}
|
||||
}
|
||||
client.store(appId, metadata, expiry)
|
||||
await client.store(appId, metadata, expiry)
|
||||
}
|
||||
// we've stored in the cache an object to tell us that it is currently invalid
|
||||
if (!metadata || metadata.state === AppState.INVALID) {
|
||||
|
|
Loading…
Reference in New Issue