Fix import

This commit is contained in:
Adria Navarro 2024-05-03 18:42:44 +02:00
parent 86e129cae0
commit 84cfbf01ea
1 changed files with 0 additions and 4 deletions

View File

@ -188,10 +188,6 @@ function isValidBBReference(
return false
}
if (subtype === BBReferenceFieldSubType.USER && userArray.length > 1) {
return false
}
const constainsWrongId = userArray.find(
user => !db.isGlobalUserID(user._id)
)