Merge 7dcfdab37a633a960a9b9bc73bdfb6ff3c9a7245 into 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6
This commit is contained in:
commit
4545500b8c
@ -571,6 +571,7 @@ export class IssuesProcessor {
|
||||
state: 'open',
|
||||
per_page: 100,
|
||||
direction: this.options.ascending ? 'asc' : 'desc',
|
||||
sort: 'updated',
|
||||
page
|
||||
});
|
||||
this.statistics?.incrementFetchedItemsCount(issueResult.data.length);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user