seed
This commit is contained in:
parent
9186e6ef85
commit
5160632ed8
@ -44,7 +44,7 @@ const Txt23DHandler: RequestHandler<any, any> = async (ctx) => {
|
||||
const { type, data } = JSON.parse(event.data);
|
||||
if (type === "executed") {
|
||||
console.log(data.output);
|
||||
if (data.node === '3') {
|
||||
if (data.node === '5') {
|
||||
resolve(data.output.mesh[0].filename)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user