This commit is contained in:
2026-05-27 22:56:52 -04:00
parent 446583d705
commit dc2eeb3bf8
2 changed files with 30 additions and 31 deletions
-1
View File
@@ -7,7 +7,6 @@ import (
"github.com/google/uuid" "github.com/google/uuid"
) )
type UserProfile struct { type UserProfile struct {
UserId uuid.UUID `json:"user_id"` UserId uuid.UUID `json:"user_id"`
PhoneNumber string `json:"phone_number"` PhoneNumber string `json:"phone_number"`