feat(transaction): #243 fix golangci-lint
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6m5s

This commit is contained in:
2025-08-08 23:46:22 +02:00
parent 36cf584da5
commit 06cdcf6abe
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ import (
type migrationLogger struct{}
func (l migrationLogger) Printf(format string, v ...any) {
//nolint:noctx
slog.Info(format, v...)
}
func (l migrationLogger) Verbose() bool {