Skip to content

Commit

Permalink
minor change to how representation is shown in message
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil1garg committed May 29, 2024
1 parent f970ea3 commit fe56b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/followUpObjects/createFollowUpStrategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const parsePracticeText = (practice) => {
// TODO: this should be done before the rep[] tags are removed
output.content = output.content.replace(
`${rep.name}`,
`"${rep.name}" representation`
`representation, "${rep.name},"`
);
}
}
Expand Down

0 comments on commit fe56b78

Please sign in to comment.