aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/User.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/User.ts')
-rw-r--r--src/models/User.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/User.ts b/src/models/User.ts
index 571f1f847..8c8f3e490 100644
--- a/src/models/User.ts
+++ b/src/models/User.ts
@@ -13,7 +13,7 @@ interface IUser {
13 team: object; 13 team: object;
14} 14}
15 15
16// TODO: Need to cleanup these fields since we have removed the tiers of the paid plans from Ferdi 16// TODO: Need to cleanup these fields since we have removed the tiers of the paid plans from Ferdium
17export default class User { 17export default class User {
18 id: string | null = null; 18 id: string | null = null;
19 19