Skip to content

Commit

Permalink
Add form name to viewmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-dale committed Jun 4, 2024
1 parent fe3fafe commit c4bb941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/src/server/services/statusService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export class StatusService {
let model = {
reference: referenceToDisplay,
...(pay && { paymentSkipped: pay.paymentSkipped }),
name: formModel.name,
};

if (!customText && !callback?.customText) {
Expand Down

0 comments on commit c4bb941

Please sign in to comment.