aboutsummaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-12-22 15:12:16 -0700
committerLibravatar GitHub <noreply@github.com>2023-12-22 15:12:16 -0700
commit85927dc191a935761b3f175bcd50e7c3076acc9e (patch)
treeceeb350621d824eeb9fdc9137a64a2e820b269b9 /src/models
parentReset nightly version to 6.7.1-nightly.0 (diff)
downloadferdium-app-85927dc191a935761b3f175bcd50e7c3076acc9e.tar.gz
ferdium-app-85927dc191a935761b3f175bcd50e7c3076acc9e.tar.zst
ferdium-app-85927dc191a935761b3f175bcd50e7c3076acc9e.zip
refactor: remove unused code with knip (#1492)
- remove unused code snippets flagged by `npx knip`
Diffstat (limited to 'src/models')
-rw-r--r--src/models/User.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/models/User.ts b/src/models/User.ts
index 6540a14e9..f89ea0465 100644
--- a/src/models/User.ts
+++ b/src/models/User.ts
@@ -27,8 +27,6 @@ export default class User {
27 27
28 @observable accountType: string | null = null; 28 @observable accountType: string | null = null;
29 29
30 @observable emailIsConfirmed = true;
31
32 // Note: Kept around to be able to handle the response from Franz server 30 // Note: Kept around to be able to handle the response from Franz server
33 // better assume it's confirmed to avoid noise 31 // better assume it's confirmed to avoid noise
34 @observable subscription = {}; 32 @observable subscription = {};