Skip to content

Commit

Permalink
Fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais committed Jan 30, 2025
1 parent 4d2caea commit f54505b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/public/views/QcFlags/QcFlagsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,4 @@ export class QcFlagsModel extends Observable {
return [parseInt(runNumber, 10), detectorIds.split(',').map(Number)];

Check warning on line 276 in lib/public/views/QcFlags/QcFlagsModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/QcFlags/QcFlagsModel.js#L274-L276

Added lines #L274 - L276 were not covered by tests
}));
}

}

0 comments on commit f54505b

Please sign in to comment.