apicontext
This commit is contained in:
@@ -22,7 +22,7 @@ type Service struct {
|
||||
db *repository.Queries
|
||||
}
|
||||
|
||||
func New(ctx context.Context, db *repository.Queries) *Service {
|
||||
func New(db *repository.Queries) *Service {
|
||||
return &Service{
|
||||
db: db,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user