Browse Source

fix(api): swagger count type definition syntax correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4044/head
Pranav C 2 years ago
parent
commit
4fae00aa3f
  1. 2
      packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts

2
packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts

@ -561,7 +561,7 @@ export const getViewPaths = async (ctx: {
schema: {
type: 'object',
properties: {
count: 'number',
count: { type: 'number' },
},
},
},

Loading…
Cancel
Save