aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-13 04:17:37 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-13 05:14:49 +0530
commitcb510c06b2432b1f7098363403cf83680ee96ccf (patch)
treeaabd99905b9e64867d56cc07906547689dda8b3d /src/stores
parentUpgrade and lock npm modules (#237) (diff)
downloadferdium-app-cb510c06b2432b1f7098363403cf83680ee96ccf.tar.gz
ferdium-app-cb510c06b2432b1f7098363403cf83680ee96ccf.tar.zst
ferdium-app-cb510c06b2432b1f7098363403cf83680ee96ccf.zip
Upgrade npm modules
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(