aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index b2649e2e8..61b7d4adf 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -12,7 +12,7 @@ import { sleep } from '../helpers/async-helpers';
12import { getPlan } from '../helpers/plan-helpers'; 12import { getPlan } from '../helpers/plan-helpers';
13import { PLANS } from '../config'; 13import { PLANS } from '../config';
14 14
15const debug = require('debug')('Franz:UserStore'); 15const debug = require('debug')('Ferdi:UserStore');
16 16
17// TODO: split stores into UserStore and AuthStore 17// TODO: split stores into UserStore and AuthStore
18export default class UserStore extends Store { 18export default class UserStore extends Store {