mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-12 05:38:10 +09:00
Add a missing await expression
This commit is contained in:
parent
1c7e35c001
commit
b7d72b6bb4
@ -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 New Issue
Block a user