diff --git a/packages/notifier-seeder/src/models/agreement/agreementEventNotificationMappers.ts b/packages/notifier-seeder/src/models/agreement/agreementEventNotificationMappers.ts index 47064ff261..4a8da62b0f 100644 --- a/packages/notifier-seeder/src/models/agreement/agreementEventNotificationMappers.ts +++ b/packages/notifier-seeder/src/models/agreement/agreementEventNotificationMappers.ts @@ -23,7 +23,7 @@ export const toAgreementStateV1Notification = (input: AgreementState): string => .with(agreementState.active, () => "Active") .with( agreementState.missingCertifiedAttributes, - () => "MissingCertifiedAttribute" + () => "MissingCertifiedAttributes" ) .with(agreementState.rejected, () => "Rejected") .exhaustive();