This commit is contained in:
Adria Navarro 2023-09-15 13:49:24 +02:00
parent 29eaeacc4c
commit 60d94e76cf
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ export async function processOutputBBReferences(
if (user) {
result.push(user)
}
} catch {}
} catch {
// If user cannot be found, we just strip it
}
}
break
default: