From e1be8238b071e4f393574ba277fe8bae1627a3f8 Mon Sep 17 00:00:00 2001
From: Kendal Cormany <kendal.cormany@nexus.io>
Date: Thu, 7 Nov 2024 19:56:47 -0700
Subject: [PATCH] clean up

---
 .github/actions/build/windows/todesktop/action.yml | 2 +-
 package.json                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/build/windows/todesktop/action.yml b/.github/actions/build/windows/todesktop/action.yml
index db00590b1..e5576d094 100644
--- a/.github/actions/build/windows/todesktop/action.yml
+++ b/.github/actions/build/windows/todesktop/action.yml
@@ -61,4 +61,4 @@ runs:
         GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
         TODESKTOP_EMAIL: ${{ inputs.TODESKTOP_EMAIL}}
         TODESKTOP_ACCESS_TOKEN: ${{inputs.TODESKTOP_ACCESS_TOKEN}}
-      run: yarn run publish
\ No newline at end of file
+      run: yarn run publish
diff --git a/package.json b/package.json
index 847555b29..ba714c427 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
   "packageManager": "yarn@4.5.0",
   "config": {
     "frontendVersion": "1.3.33",
-    "comfyVersion": "0.2.7"
+    "comfyVersion": "0.2.7",
     "uvVersion": "0.4.30"
   },
   "scripts": {