Skip to content

Commit

Permalink
PIN-5222: MissingCertifiedAttributes events not converted correctly (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
galales authored Sep 4, 2024
1 parent b49cdf1 commit f3c6ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const toAgreementStateV1Notification = (input: AgreementState): string =>
.with(agreementState.active, () => "Active")
.with(
agreementState.missingCertifiedAttributes,
() => "MissingCertifiedAttribute"
() => "MissingCertifiedAttributes"
)
.with(agreementState.rejected, () => "Rejected")
.exhaustive();
Expand Down

0 comments on commit f3c6ca6

Please sign in to comment.