mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 08:14:06 +00:00
[TS] Enable noUnusedParameters (#3110)
This commit is contained in:
@@ -9,7 +9,7 @@ const WEBCAM_READY = Symbol()
|
||||
|
||||
app.registerExtension({
|
||||
name: 'Comfy.WebcamCapture',
|
||||
getCustomWidgets(app) {
|
||||
getCustomWidgets() {
|
||||
return {
|
||||
WEBCAM(node, inputName) {
|
||||
let res
|
||||
|
||||
Reference in New Issue
Block a user