Skip to content

Commit

Permalink
fix: user model
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Mar 6, 2021
1 parent b00b866 commit 637565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface LoginAttributes {
}

export interface EmailAttributes {
email: string | any
email: string
fullName: string
}

Expand Down

0 comments on commit 637565a

Please sign in to comment.