[fix] output:other/jsonschema
This commit is contained in:
parent
8b121af099
commit
324d48b9f6
|
|
@ -98,6 +98,6 @@ _sindri.add_output(
|
||||||
_sindri.enum_realm.other,
|
_sindri.enum_realm.other,
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
{
|
{
|
||||||
"render": (x) => Promise.resolve<string>(_sindri.outputs.backend.typescript.render(x)),
|
"render": (x) => Promise.resolve<string>(_sindri.outputs.other.jsonschema.render(x)),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue