diff --git a/src/utils/translators/ldb/staffStation.ts b/src/utils/translators/ldb/staffStation.ts index 79c6679..f470768 100644 --- a/src/utils/translators/ldb/staffStation.ts +++ b/src/utils/translators/ldb/staffStation.ts @@ -43,7 +43,7 @@ function transformNrcc(input: any): NrccMessage[] | undefined { for (const item of messages) { let message: NrccMessage = { severity: item?.severity, - xhtmlMessage: removeNewlineAndPTag(item?.xhtmlMessage) || undefined + xhtmlMessage: removeNewlineAndPTag(item?.xhtmlMessage) } output.push(message) }