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