fix(repo,users): missing context value on struct initiation
This commit is contained in:
@@ -41,6 +41,7 @@ func NewUserRepository(
|
||||
|
||||
return &UserRepository{
|
||||
db: db,
|
||||
ctx: ctx,
|
||||
log: logger,
|
||||
assert: assert,
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user