Lint
This commit is contained in:
parent
29eaeacc4c
commit
60d94e76cf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue