Skip to content

Commit

Permalink
feat(nestjs-auth): update user
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Apr 5, 2023
1 parent 7ab896e commit 6adb914
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/nestjs-auth/src/interfaces/user.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ export interface User {
email?: string
first_name?: string
last_name?: string
created_at?: Date
updated_at?: Date
}

0 comments on commit 6adb914

Please sign in to comment.