Compare commits
1 Commits
3153475bad
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| acaece2659 |
@@ -20,6 +20,7 @@ func (s *Service) Generate(creditor model.Entity, deptor *model.Entity, rate flo
|
|||||||
repo.Repo,
|
repo.Repo,
|
||||||
gitea.ListIssueOption{
|
gitea.ListIssueOption{
|
||||||
ListOptions: gitea.ListOptions{Page: 0, PageSize: 99999},
|
ListOptions: gitea.ListOptions{Page: 0, PageSize: 99999},
|
||||||
|
Type: gitea.IssueTypeIssue,
|
||||||
Since: config.Since,
|
Since: config.Since,
|
||||||
Before: config.Before,
|
Before: config.Before,
|
||||||
State: config.IssueState,
|
State: config.IssueState,
|
||||||
|
|||||||
Reference in New Issue
Block a user