fix: build errors

This commit is contained in:
Ephraim Atta-Duncan
2025-05-01 14:29:14 +00:00
parent 201dc0f3fa
commit c3d3b934c4
8 changed files with 1297 additions and 96 deletions

View File

@ -388,6 +388,10 @@ export const formatDocumentAuditLogAction = (
anonymous: msg`Document completed`,
identified: msg`Document completed`,
}))
.with({ type: DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_RESTORED }, () => ({
anonymous: msg`Document restored`,
identified: msg`${prefix} restored the document`,
}))
.exhaustive();
return {