PR comment.
This commit is contained in:
parent
d280d5d76a
commit
a35e504e8f
|
@ -67,7 +67,7 @@ export async function buildSchema(
|
||||||
body: autoOutputs.properties.body,
|
body: autoOutputs.properties.body,
|
||||||
}
|
}
|
||||||
for (let prop of Object.keys(properties || {})) {
|
for (let prop of Object.keys(properties || {})) {
|
||||||
if (!properties?.[prop]) {
|
if (properties?.[prop] == null) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
const def = properties[prop]
|
const def = properties[prop]
|
||||||
|
|
Loading…
Reference in New Issue