aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/RequestStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/RequestStore.ts')
-rw-r--r--src/stores/RequestStore.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stores/RequestStore.ts b/src/stores/RequestStore.ts
index 279615e50..807f2d126 100644
--- a/src/stores/RequestStore.ts
+++ b/src/stores/RequestStore.ts
@@ -37,6 +37,9 @@ export default class RequestStore extends TypedStore {
37 ); 37 );
38 38
39 this.registerReactions([this._autoRetry.bind(this)]); 39 this.registerReactions([this._autoRetry.bind(this)]);
40
41 this.userInfoRequest = {} as CachedRequest;
42 this.servicesRequest = {} as CachedRequest;
40 } 43 }
41 44
42 async setup(): Promise<void> { 45 async setup(): Promise<void> {