Skip to content

Commit

Permalink
Merge pull request #253 from Sunbird-cQube/dev
Browse files Browse the repository at this point in the history
Merging changes from dev to staging
  • Loading branch information
pandutibil authored Oct 9, 2023
2 parents 6174d72 + 3a980c1 commit b8f31c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class ScheduleService {
let processors: any[] =
pg_ports["processGroupFlow"]["flow"]["processors"];
for (let [index, processor] of processors.entries()) {
if (processor.component.name == "run_yarn_cli") {
if (processor.component.name == "run_generic_yarn_cli") {
console.log("inside of run yarn cli");
update_processor_property_body = {
component: {
Expand Down Expand Up @@ -298,7 +298,7 @@ export class ScheduleService {
return "GenerateFlowFile_adapter";
case "ingest_dimension_grammar":
case "ingest_dimension_data":
case "ingest_all_grammar":
case "ingest_all_grammars":
case "ingest_programwise_data":
case "ingest_dimension_data":
case "ingest_data":
Expand Down

0 comments on commit b8f31c3

Please sign in to comment.