Fix import
This commit is contained in:
parent
86e129cae0
commit
84cfbf01ea
|
@ -188,10 +188,6 @@ function isValidBBReference(
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subtype === BBReferenceFieldSubType.USER && userArray.length > 1) {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
const constainsWrongId = userArray.find(
|
const constainsWrongId = userArray.find(
|
||||||
user => !db.isGlobalUserID(user._id)
|
user => !db.isGlobalUserID(user._id)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue