fix
This commit is contained in:
parent
70e57ccf32
commit
92dd1347c4
|
@ -111,7 +111,7 @@ export const paramDef = {
|
|||
type: 'object',
|
||||
properties: {
|
||||
uri: { type: 'string' },
|
||||
onlyUriFetch: { type: 'boolean', optional: true, nullable: false },
|
||||
onlyUriFetch: { type: 'boolean' },
|
||||
},
|
||||
required: ['uri'],
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue