mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Fix unit tests
This commit is contained in:
@@ -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
Reference in New Issue
Block a user