feat: add iteration error
parent
880496db0b
commit
8c662e04e0
@ -0,0 +1,7 @@
|
||||
import type { NodeTracing } from '@/types/workflow'
|
||||
|
||||
const format = (list: NodeTracing[]): NodeTracing[] => {
|
||||
return list
|
||||
}
|
||||
|
||||
export default format
|
||||
Loading…
Reference in New Issue