Remove empty line

pull/2524/head
Jérémy Rialland 2023-02-15 16:57:09 +01:00 committed by Jérémy Rialland
parent 34c3f0d46b
commit 21038e3907
3 changed files with 56 additions and 246 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,9 @@ const output: Output = {
codeApe,
title,
data,
contenuCentral: contenuCentral.concat(apeTags[codeApe] ?? []),
contenuCentral: contenuCentral.concat(
apeTags[codeApe]?.filter((el) => el) ?? []
),
contenuAnnexe,
contenuExclu,
}