fix: tmp commeneted method
All checks were successful
Build and Deploy Go App / build (push) Successful in 18m15s
Build and Deploy Go App / deploy (push) Successful in 4m50s

This commit is contained in:
Iron_Felix 2025-11-15 03:01:38 +03:00
parent 5cc6757900
commit f49fad2307
3 changed files with 23 additions and 100 deletions

View file

@ -25,7 +25,7 @@ import (
func mapUser(u sqlc.GetUserByIDRow) oapi.User {
return oapi.User{
AvatarId: u.AvatarID,
CreationDate: u.CreationDate,
CreationDate: &u.CreationDate,
DispName: u.DispName,
Id: &u.ID,
Mail: (*types.Email)(u.Mail),