mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
lint: fix issue of no-unused-vars (#23375)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { EndNodeType } from './types'
|
||||
|
||||
export const checkNodeValid = (payload: EndNodeType) => {
|
||||
export const checkNodeValid = (_payload: EndNodeType) => {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user