aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/lib/Request.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/lib/Request.js b/src/stores/lib/Request.js
index 7c601e1da..0ac36a218 100644
--- a/src/stores/lib/Request.js
+++ b/src/stores/lib/Request.js
@@ -116,6 +116,7 @@ export default class Request {
116 return !this.wasExecuted && this.isExecuting; 116 return !this.wasExecuted && this.isExecuting;
117 } 117 }
118 118
119 /* eslint-disable unicorn/no-thenable */
119 then(...args) { 120 then(...args) {
120 if (!this._promise) 121 if (!this._promise)
121 throw new Error( 122 throw new Error(