Skip to content

Commit

Permalink
Improved: comments in the code(#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Apr 4, 2024
1 parent ae2ab9d commit ef330b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringRoute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ef330b6

Please sign in to comment.