Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/nv-4494-add-slug-parser-in-the-a…
Browse files Browse the repository at this point in the history
…pi-requests' into nv-4494-add-slug-parser-in-the-api-requests
  • Loading branch information
djabarovgeorge committed Oct 23, 2024
2 parents bc632b6 + cf9526b commit d5b30f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class GeneratePreviewUsecase {

return {
workflowId,
stepId: step.slug,
stepId: step.stepId,
stepType: step.type,
stepControlSchema: step.controls,
origin: workflowResponseDto.origin,
Expand Down

0 comments on commit d5b30f6

Please sign in to comment.