Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins
commit
c867584049
@ -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