diff --git a/service.go b/service.go index a04e7a7..1e428c4 100644 --- a/service.go +++ b/service.go @@ -17,6 +17,7 @@ import ( ) func main() { + ctx := context.Background() logger := slog.New(slog.NewTextHandler(os.Stderr))