Skip to content

Commit 79c2938

Browse files
committed
Fixed linting errors
1 parent f73cfca commit 79c2938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/commands/report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class Report extends Command {
4242
'*all,-comments,labels,created,summary,status,issuetype,assignee,project,resolution,resolutiondate,fixVersion',
4343
);
4444
// For every single release, get the issues part of the release
45-
let releaseTickets: any = [];
45+
const releaseTickets: any = [];
4646
for (const release of releaseTicketsRaw) {
4747
const issues: any = [];
4848
if (

0 commit comments

Comments
 (0)