Skip to content

Commit 5d7252b

Browse files
committed
Merge branch 'main' into feature/user-profile
2 parents 0380f04 + 1ed32cb commit 5d7252b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/user/entity/user.entity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export class User {
7272
prefersDarkTheme: boolean;
7373

7474
createdAt: Date; // Added automatically by Mongoose: https://mongoosejs.com/docs/timestamps.html
75+
7576
updatedAt: Date; // Added automatically by Mongoose: https://mongoosejs.com/docs/timestamps.html
7677
}
7778

0 commit comments

Comments
 (0)