4 Commits

Author SHA1 Message Date
774d5acbd2 feat: better debug logs
All checks were successful
Go / build (pull_request) Successful in 14s
2025-12-03 21:26:54 +01:00
7913e6b900 feat: tests 2025-11-09 16:39:29 +01:00
e57185b057 feat: custom template 2025-11-09 13:04:23 +01:00
8adff6ade2 feat: use tailwind css 2025-11-06 21:36:57 +01:00

View File

@@ -20,7 +20,6 @@ func (s *Service) Generate(creditor model.Entity, debtor *model.Entity, rate flo
repo.Repo,
gitea.ListIssueOption{
ListOptions: gitea.ListOptions{Page: 0, PageSize: 99999},
Type: gitea.IssueTypeIssue,
Since: config.Since,
Before: config.Before,
State: config.IssueState,