From 24dbc35271b49aa60db6fbadb6aae72271d5d47a Mon Sep 17 00:00:00 2001 From: Gabriel Moreira Date: Mon, 30 Sep 2024 17:27:00 +0200 Subject: [PATCH] Update lumisection.js --- runregistry_backend/controllers/lumisection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runregistry_backend/controllers/lumisection.js b/runregistry_backend/controllers/lumisection.js index e15dec3..353f876 100644 --- a/runregistry_backend/controllers/lumisection.js +++ b/runregistry_backend/controllers/lumisection.js @@ -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) {