Skip to content

Commit 8e46d4a

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@ export function getFilterJsonSchemaFor(
8787
type: 'integer',
8888
minimum: 0,
8989
},
90+
9091
limit: {
9192
type: 'integer',
9293
minimum: 1,
9394
examples: [100],
9495
},
96+
9597
sum: {
9698
type: 'string',
9799
examples: ['column1'],

0 commit comments

Comments
 (0)