Remove null in json data
parent
3030c90ce7
commit
dc933b4fb8
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -95,7 +95,7 @@ const output: Output = {
|
|||
codeApe,
|
||||
title,
|
||||
data,
|
||||
contenuCentral: contenuCentral.concat(apeTags[codeApe]),
|
||||
contenuCentral: contenuCentral.concat(apeTags[codeApe] ?? []),
|
||||
contenuAnnexe,
|
||||
contenuExclu,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue