fix
This commit is contained in:
parent
04090c80f3
commit
be219d27bc
|
@ -34,6 +34,7 @@ export class ProxyAccountService {
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
public async fetch(): Promise<MiLocalUser | null> {
|
public async fetch(): Promise<MiLocalUser | null> {
|
||||||
|
if (this.meta.proxyAccountId == null) return null;
|
||||||
const cached = this.cache.get();
|
const cached = this.cache.get();
|
||||||
if (cached) return cached;
|
if (cached) return cached;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue