Fix per issue operation count (#662)

* Fix per issue operation count

* Run pack
This commit is contained in:
m.bell
2022-02-04 09:54:35 -05:00
committed by GitHub
parent 04a1828bc1
commit 7a7efcae1f
3 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ export class IssuesProcessorMock extends IssuesProcessor {
options: IIssuesProcessorOptions,
getIssues?: (page: number) => Promise<Issue[]>,
listIssueComments?: (
issueNumber: number,
issue: Issue,
sinceDate: string
) => Promise<IComment[]>,
getLabelCreationDate?: (