fix: typo

This commit is contained in:
Methapon2001 2024-04-10 12:32:40 +07:00
parent ac58fe47e9
commit f7eea342cc
2 changed files with 10 additions and 1 deletions

View file

@ -199,7 +199,7 @@ model User {
trainingPlace String?
responsibleArea String?
birtDate DateTime?
birthDate DateTime?
status Status @default(CREATED)