UserProfile #1

Merged
phoenix merged 30 commits from user_profile into main 2026-05-27 22:59:45 -04:00
2 changed files with 30 additions and 31 deletions
Showing only changes of commit dc2eeb3bf8 - Show all commits
-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"`