diff --git a/users.ts b/users.ts index 55a8e0c..62bb603 100644 --- a/users.ts +++ b/users.ts @@ -72,7 +72,9 @@ export async function loadKnownUsers(): Promise { // Initialize the cache if (!Object.keys(knownUsers).length) { - await loadKnownUsers(); + try { + await loadKnownUsers(); + } catch {} } /**