Fix unit tests

This commit is contained in:
Laurent Nguyen 2024-08-22 14:24:44 +02:00
parent c9398e303b
commit a2556dad06
2 changed files with 52 additions and 1139 deletions

View File

@ -486,7 +486,7 @@ export const buildQuery = (
filter,
partitionKeyProperties,
partitionKey,
additionalField.filter((f) => !f.startsWith("/")),
additionalField?.filter((f) => !f.startsWith("/")) || [],
);
};