Compare commits
4 Commits
main
...
feat/user-
| Author | SHA1 | Date | |
|---|---|---|---|
| 774d5acbd2 | |||
| 7913e6b900 | |||
| e57185b057 | |||
| 8adff6ade2 |
@@ -20,7 +20,6 @@ func (s *Service) Generate(creditor model.Entity, debtor *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