1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00
This commit is contained in:
Adria Navarro 2023-09-15 13:49:24 +02:00
parent 29eaeacc4c
commit 60d94e76cf

View file

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