wwf
2025-11-18 77950e48c76f4a3b29d01831d43039caba29888a
app/components/workflow/nodes/question-classifier/utils.ts
@@ -1,3 +1,5 @@
export const checkNodeValid = () => {
import type { QuestionClassifierNodeType } from './types'
export const checkNodeValid = (payload: QuestionClassifierNodeType) => {
  return true
}