mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 14:54:12 +00:00
[TS] Enable noUnusedParameters (#3110)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user