Update pkg/web/web.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-13 10:25:52 +01:00
committed by GitHub
parent c3181e0f77
commit f396ae5b37

View File

@@ -20,7 +20,7 @@ func NewWeb() *Web {
//go:embed assets/*
var assets embed.FS
func (w Web) Run(ctx context.Context, config WebConfig) error {
func (w *Web) Run(ctx context.Context, config WebConfig) error {
svc, cleanup, err := service.NewServices(ctx, config)
if err != nil {
return err