forked from FoundKeyGang/FoundKey
Merge pull request #1403 from akihikodaki/duplicate
Add a missing await expression
This commit is contained in:
commit
46e8fd44c1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ async function isCollection(collection) {
|
|||
}
|
||||
|
||||
export default async (parentResolver, value, verifier?: string) => {
|
||||
const { resolver, object } = parentResolver.resolveOne(value);
|
||||
const { resolver, object } = await parentResolver.resolveOne(value);
|
||||
|
||||
if (
|
||||
object === null ||
|
||||
|
|
Loading…
Reference in a new issue