chore: update air config
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 49s

This commit is contained in:
2024-09-29 23:09:53 +02:00
parent 6aac8295ee
commit 741697b233
2 changed files with 4 additions and 39 deletions

View File

@@ -24,7 +24,6 @@ func main() {
}
func run(ctx context.Context) {
ctx, cancel := signal.NotifyContext(ctx, syscall.SIGINT, syscall.SIGTERM)
defer cancel()