diff --git a/pkg/invoice/invoice.go b/pkg/invoice/invoice.go index 65e34d3..1775005 100644 --- a/pkg/invoice/invoice.go +++ b/pkg/invoice/invoice.go @@ -20,6 +20,7 @@ func (s *Service) Generate(creditor model.Entity, deptor *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,