Browse Source

fix: lint

pull/2558/head
Wing-Kam Wong 2 years ago
parent
commit
620407c9c3
  1. 4
      packages/nocodb/src/lib/meta/api/swagger/helpers/templates/params.ts

4
packages/nocodb/src/lib/meta/api/swagger/helpers/templates/params.ts

@ -78,13 +78,13 @@ export const shuffleParam = {
schema: {
type: 'number',
minimum: 0,
maximum: 1
maximum: 1,
},
in: 'query',
name: 'shuffle',
description:
'The `shuffle` parameter used for pagination, the response will be shuffled if it is set to 1.',
example: 0
example: 0,
};
export const columnNameQueryParam = {

Loading…
Cancel
Save