diff --git a/README.md b/README.md index aa9deb3..18be181 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It consists of: Add this library to your `package.json` (make sure to select the relevant release, as this readme could be outdated): ```sh -bun add git+ssh://github.com/KaruroChori/comfyui-bun-client.git#v0.1.3 +bun add git+ssh://github.com/KaruroChori/comfyui-bun-client.git#v0.1.5 ``` ### Minimal example diff --git a/src/comfy-types.ts b/src/comfy-types.ts index 6395367..db2a264 100644 --- a/src/comfy-types.ts +++ b/src/comfy-types.ts @@ -108,7 +108,7 @@ ${Object.entries(inputs).map((x, i) => `\t\t * @param opts.${x[0]}${x[1].metadat return ` export class Node { - private uid: number, + private uid: number private links: Map = new Map() //Links of my output to... constructor(ctx: Map) {