fix: build

This commit is contained in:
David Nguyen
2025-08-11 12:16:34 +10:00
parent 950951de75
commit b844e166a9
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,8 @@ jobs:
- name: Check and commit any files created - name: Check and commit any files created
run: | run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@documenso.com'
git add packages/lib/translations git add packages/lib/translations
git diff --staged --quiet --exit-code || (git commit -m "chore: extract translations" && git push) git diff --staged --quiet --exit-code || (git commit -m "chore: extract translations" && git push)

View File

@ -445,7 +445,6 @@ export const formatDocumentAuditLogAction = (
identified: msg`${prefix} sent the document`, identified: msg`${prefix} sent the document`,
})) }))
.with({ type: DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_MOVED_TO_TEAM }, () => ({ .with({ type: DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_MOVED_TO_TEAM }, () => ({
anonymous: msg`Document moved to team`,
anonymous: msg({ anonymous: msg({
message: `Document moved to team`, message: `Document moved to team`,
context: `Audit log format`, context: `Audit log format`,