Skip to content

Commit c42538a

Browse files
Update reportCollection.js
1 parent 2ca4a62 commit c42538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/reportCollection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class reportCollection extends Base {
1414

1515
push(report) {
1616
this.reports.push(report);
17-
if (projlist.indexOf(report.project.name) === -1 {
17+
if (projlist.indexOf(report.project.name) === -1) {
1818
projlist.push(report.project.name);
1919
this.reports.push(report);
2020
}

0 commit comments

Comments
 (0)