We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0380f04 + 1ed32cb commit 5d7252bCopy full SHA for 5d7252b
server/src/user/entity/user.entity.ts
@@ -72,6 +72,7 @@ export class User {
72
prefersDarkTheme: boolean;
73
74
createdAt: Date; // Added automatically by Mongoose: https://mongoosejs.com/docs/timestamps.html
75
+
76
updatedAt: Date; // Added automatically by Mongoose: https://mongoosejs.com/docs/timestamps.html
77
}
78
0 commit comments