mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-29 21:14:32 +01:00
Fix unit tests
This commit is contained in:
parent
c9398e303b
commit
a2556dad06
@ -486,7 +486,7 @@ export const buildQuery = (
|
|||||||
filter,
|
filter,
|
||||||
partitionKeyProperties,
|
partitionKeyProperties,
|
||||||
partitionKey,
|
partitionKey,
|
||||||
additionalField.filter((f) => !f.startsWith("/")),
|
additionalField?.filter((f) => !f.startsWith("/")) || [],
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user