Update dep

This commit is contained in:
space-nuko
2023-05-14 11:10:50 -05:00
parent 5163fc7d54
commit e1bbd06453
3 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import type IComfyInputSlot from "$lib/IComfyInputSlot";
import type { ComfyInputConfig } from "$lib/IComfyInputSlot";
/*
* Base class for any node wit configuration sent by the backend.
* Base class for any node with configuration sent by the backend.
*/
export class ComfyBackendNode extends ComfyGraphNode {
comfyClass: string;