Skip to content

Commit

Permalink
Merge pull request #130 from docusign/DEVDOCS-12172
Browse files Browse the repository at this point in the history
minor fix for Rooms 9
  • Loading branch information
paigesrossi authored Mar 15, 2024
2 parents bb5770e + d11ac5a commit dd0737a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected Object doWork(WorkArguments args, ModelMap model,
DoneExample.createDefault(this.title)
.withJsonObject(formGroupFormToAssign)
.withMessage(getTextForCodeExampleByApiType().ResultsPageText
.replaceFirst("\\{0}", String.valueOf(args.getOfficeId()))
.replaceFirst("\\{0}", String.valueOf(args.getFormId()))
.replaceFirst("\\{1}", String.valueOf(args.getFormGroupId())))
.addToModel(model, config);
} catch (ApiException apiException) {
Expand Down

0 comments on commit dd0737a

Please sign in to comment.