diff options
Diffstat (limited to 'frontend/src/app/_data/User.ts')
-rw-r--r-- | frontend/src/app/_data/User.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_data/User.ts b/frontend/src/app/_data/User.ts index 58383d38..be42ed0a 100644 --- a/frontend/src/app/_data/User.ts +++ b/frontend/src/app/_data/User.ts @@ -1,5 +1,5 @@ export default class User { - _id: string = ''; + _id?: string = ''; constructor( public username: string = '', public email: string = '', |