Skip to content

Commit

Permalink
Update lumisection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmscampos authored Sep 30, 2024
1 parent 6d76a74 commit 4674c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runregistry_backend/controllers/lumisection.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ exports.get_rr_and_oms_lumisection_ranges = async (req, res) => {
);
const oms_lumisections = await exports.get_oms_lumisections_for_dataset(
run_number,
'online'
dataset_name || 'online'
);
let joint_lumisections;
if (rr_lumisections.length >= oms_lumisections.length) {
Expand Down

0 comments on commit 4674c71

Please sign in to comment.