fix(repo,users): missing context value on struct initiation

This commit is contained in:
Guz
2025-06-06 16:28:45 -03:00
parent 2bce92e51c
commit 52ac9ed3bc

View File

@@ -41,6 +41,7 @@ func NewUserRepository(
return &UserRepository{
db: db,
ctx: ctx,
log: logger,
assert: assert,
}, nil