feat(transaction): #243 add pagination to transactions
This commit was merged in pull request #249.
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