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

@@ -245,7 +245,7 @@ func (s TransactionImpl) GetAll(ctx context.Context, user *types.User, filter ty
offset = 0
} else {
offset = page - 1
offset = offset * page_size
offset *= page_size
}
}