Skip to content

Commit 69e9545

Browse files
committed
fix: add whitle space
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent 8e46d4a commit 69e9545

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/repository-json-schema/src/__tests__/unit/filter-json-schema.unit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe('getFilterJsonSchemaFor', () => {
7979
count: 'salary',
8080
groupBy: ['salary'],
8181
};
82+
8283
expectSchemaToAllowFilter(customerFilterSchema, filter);
8384
});
8485

packages/repository-json-schema/src/filter-json-schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export function getFilterJsonSchemaFor(
124124
type: 'integer',
125125
minimum: 0,
126126
},
127+
127128
order: {
128129
oneOf: [
129130
{

0 commit comments

Comments
 (0)