From ef330b6273cc743bc462ab3a87f5f27093ce0e9c Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 4 Apr 2024 16:02:50 +0530 Subject: [PATCH] Improved: comments in the code(#147) --- src/views/BrokeringRoute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/BrokeringRoute.vue b/src/views/BrokeringRoute.vue index 7510337..9e90bb7 100644 --- a/src/views/BrokeringRoute.vue +++ b/src/views/BrokeringRoute.vue @@ -357,7 +357,7 @@ async function runNow() { if(!job.value.jobName) { const payload = { routingGroupId: props.routingGroupId, - paused: "Y", + paused: "Y", // passing Y as we just need to configure the scheduler and do not need to schedule it in active state } try {