[TS] Enable noUnusedParameters (#3110)

This commit is contained in:
Chenlei Hu
2025-03-17 16:47:45 -04:00
committed by GitHub
parent 7e66e99c3a
commit 7af003fcab
31 changed files with 79 additions and 93 deletions

View File

@@ -6,8 +6,7 @@ import type {
ExecutingWsMessage,
ExecutionCachedWsMessage,
ExecutionStartWsMessage,
ProgressWsMessage,
StatusWsMessage
ProgressWsMessage
} from '@/schemas/apiSchema'
import type {
ComfyNode,
@@ -149,7 +148,7 @@ export const useExecutionStore = defineStore('execution', () => {
_executingNodeProgress.value = e.detail
}
function handleStatus(e: CustomEvent<StatusWsMessage>) {
function handleStatus() {
if (api.clientId) {
clientId.value = api.clientId