aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/User.ts
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/models/User.ts
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
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