diff --git a/packages/backend/src/core/ProxyAccountService.ts b/packages/backend/src/core/ProxyAccountService.ts index f776d72405..236efd53fd 100644 --- a/packages/backend/src/core/ProxyAccountService.ts +++ b/packages/backend/src/core/ProxyAccountService.ts @@ -34,6 +34,7 @@ export class ProxyAccountService { @bindThis public async fetch(): Promise { + if (this.meta.proxyAccountId == null) return null; const cached = this.cache.get(); if (cached) return cached;