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) => {
 | 
					export default async (parentResolver, value, verifier?: string) => {
 | 
				
			||||||
	const { resolver, object } = parentResolver.resolveOne(value);
 | 
						const { resolver, object } = await parentResolver.resolveOne(value);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (
 | 
						if (
 | 
				
			||||||
		object === null ||
 | 
							object === null ||
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue