small fix
All checks were successful
/ Make image (push) Successful in 58s

This commit is contained in:
nquidox 2026-03-26 20:36:48 +03:00
parent 950fa9fd96
commit e39d286742

View file

@ -1,5 +1,5 @@
package user
type MeDTO struct {
UserUuid string `json:"userUuid"`
UserUuid string `json:"user_uuid"`
}