Chore/cleanup warnings (#17974)
parent
f84832e0c2
commit
8f9cbe1c49
@ -1,5 +1,3 @@
|
|||||||
import type { CodeNodeType } from './types'
|
export const checkNodeValid = () => {
|
||||||
|
|
||||||
export const checkNodeValid = (payload: CodeNodeType) => {
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
import type { QuestionClassifierNodeType } from './types'
|
export const checkNodeValid = () => {
|
||||||
|
|
||||||
export const checkNodeValid = (payload: QuestionClassifierNodeType) => {
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue