mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
quick fix for model loader (#446)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
8765cba7e6
commit
fe585ec596
@ -26,7 +26,7 @@ import { existsSync } from 'fs'
|
||||
import { mkdir, writeFile } from 'fs/promises'
|
||||
import { join } from 'path'
|
||||
|
||||
const txes = builder.getTxes()
|
||||
const txes = JSON.parse(JSON.stringify(builder.getTxes())) as Tx[]
|
||||
|
||||
/**
|
||||
* @public
|
||||
|
Loading…
Reference in New Issue
Block a user