This commit is contained in:
zjt 2024-05-30 12:37:20 +08:00
parent 9186e6ef85
commit 5160632ed8

View File

@ -44,7 +44,7 @@ const Txt23DHandler: RequestHandler<any, any> = async (ctx) => {
const { type, data } = JSON.parse(event.data); const { type, data } = JSON.parse(event.data);
if (type === "executed") { if (type === "executed") {
console.log(data.output); console.log(data.output);
if (data.node === '3') { if (data.node === '5') {
resolve(data.output.mesh[0].filename) resolve(data.output.mesh[0].filename)
} }
} }