apicontext

This commit is contained in:
Michael McGuinness
2024-12-23 16:01:54 +00:00
parent ce5e566c9e
commit a54a70047b
129 changed files with 1107 additions and 693 deletions
+1 -1
View File
@@ -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,
}