feat(transaction): #243 fix golangci-lint
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6m5s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6m5s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user