mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-13 18:48:16 +08:00

Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import type { AssignerNodeType } from './types'
|
|
|
|
export const checkNodeValid = (payload: AssignerNodeType) => {
|
|
return true
|
|
}
|