aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/UserApi.ts
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/api/UserApi.ts
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/api/UserApi.ts')
-rw-r--r--src/api/UserApi.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/api/UserApi.ts b/src/api/UserApi.ts
index 9364b3383..38f489131 100644
--- a/src/api/UserApi.ts
+++ b/src/api/UserApi.ts
@@ -52,10 +52,6 @@ export default class UserApi {
52 return this.server.updateUserInfo(userData); 52 return this.server.updateUserInfo(userData);
53 } 53 }
54 54
55 getLegacyServices() {
56 return this.server.getLegacyServices();
57 }
58
59 delete() { 55 delete() {
60 return this.server.deleteAccount(); 56 return this.server.deleteAccount();
61 } 57 }