aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 07:13:33 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 07:13:33 +0530
commit563e4d8cbf0c20d541aeeb9d0b1d530f8107273b (patch)
tree222f5c31c9056ee352394223f45f2a2cf6d7da28 /src/internal-server
parentfixing linter issue [skip ci] (diff)
downloadferdium-app-563e4d8cbf0c20d541aeeb9d0b1d530f8107273b.tar.gz
ferdium-app-563e4d8cbf0c20d541aeeb9d0b1d530f8107273b.tar.zst
ferdium-app-563e4d8cbf0c20d541aeeb9d0b1d530f8107273b.zip
refactor(cleanup): remove code that refers to paid subscription
(since we are always premium/free)
Diffstat (limited to 'src/internal-server')
-rw-r--r--src/internal-server/app/Controllers/Http/UserController.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal-server/app/Controllers/Http/UserController.js b/src/internal-server/app/Controllers/Http/UserController.js
index a3ad736fa..d8ed9abc5 100644
--- a/src/internal-server/app/Controllers/Http/UserController.js
+++ b/src/internal-server/app/Controllers/Http/UserController.js
@@ -85,7 +85,6 @@ class UserController {
85 return response.send({ 85 return response.send({
86 accountType: 'individual', 86 accountType: 'individual',
87 beta: false, 87 beta: false,
88 donor: {},
89 email: '', 88 email: '',
90 emailValidated: true, 89 emailValidated: true,
91 features: {}, 90 features: {},
@@ -121,7 +120,6 @@ class UserController {
121 data: { 120 data: {
122 accountType: 'individual', 121 accountType: 'individual',
123 beta: false, 122 beta: false,
124 donor: {},
125 email: '', 123 email: '',
126 emailValidated: true, 124 emailValidated: true,
127 features: {}, 125 features: {},