This commit is contained in:
Adria Navarro 2024-04-25 13:38:31 +02:00
parent 7aeae04890
commit 5c93ee3e06
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export async function processInputBBReferences<
throw new InvalidBBRefError(id, FieldSubtype.USER)
}
return user._id || null
return user._id!
}
default: