aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-22 10:56:34 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-22 10:56:34 +0530
commita94ed659846f0bc93c05bccf0c96785b91e5c78f (patch)
tree0a50eeb85e9043708936da9a0c923b32edbe8ab9 /src/stores/UserStore.js
parentDowngraded submodule 'src/internal-server' (diff)
downloadferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.gz
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.zst
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.zip
Removed the cyclical dependency (#1519) (#1539)
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 2cb6affa8..7947e5a27 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -11,8 +11,7 @@ import Request from './lib/Request';
11import CachedRequest from './lib/CachedRequest'; 11import CachedRequest from './lib/CachedRequest';
12import { sleep } from '../helpers/async-helpers'; 12import { sleep } from '../helpers/async-helpers';
13import { getPlan } from '../helpers/plan-helpers'; 13import { getPlan } from '../helpers/plan-helpers';
14import { PLANS } from '../config'; 14import { PLANS, TODOS_PARTITION_ID } from '../config';
15import { TODOS_PARTITION_ID } from '../features/todos';
16 15
17const debug = require('debug')('Ferdi:UserStore'); 16const debug = require('debug')('Ferdi:UserStore');
18 17