Skip to content

Commit

Permalink
Merge pull request #1742 from bcgov/hotfix/ALCS-2018
Browse files Browse the repository at this point in the history
Automap `wasReleased` to get value in frontend
  • Loading branch information
trslater authored Jun 5, 2024
2 parents 157615b + bbbdf06 commit cb905a5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ export class NoticeOfIntentDecisionDto {
@AutoMap(() => String)
decisionMakerName: string | null;

@AutoMap(() => Boolean)
wasReleased: boolean;

@AutoMap(() => Boolean)
isSubjectToConditions: boolean | null;

Expand Down

0 comments on commit cb905a5

Please sign in to comment.