Skip to content

Commit

Permalink
fix: add whitle space
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Feb 8, 2024
1 parent 8e46d4a commit 69e9545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('getFilterJsonSchemaFor', () => {
count: 'salary',
groupBy: ['salary'],
};

expectSchemaToAllowFilter(customerFilterSchema, filter);
});

Expand Down
1 change: 1 addition & 0 deletions packages/repository-json-schema/src/filter-json-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export function getFilterJsonSchemaFor(
type: 'integer',
minimum: 0,
},

order: {
oneOf: [
{
Expand Down

0 comments on commit 69e9545

Please sign in to comment.