Remove null in json data

pull/2524/head
Jérémy Rialland 2023-02-15 13:29:46 +01:00 committed by Jérémy Rialland
parent 3030c90ce7
commit dc933b4fb8
3 changed files with 221 additions and 671 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,7 @@ const output: Output = {
codeApe,
title,
data,
contenuCentral: contenuCentral.concat(apeTags[codeApe]),
contenuCentral: contenuCentral.concat(apeTags[codeApe] ?? []),
contenuAnnexe,
contenuExclu,
}