diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index a13c850..bc0b205 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index adbd379..d751e9d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@octokit/rest": "^21.0.2", "@octokit/types": "^13.6.1", "@octokit/webhooks": "^13.3.0", - "@sinclair/typebox": "^0.33.20", + "@sinclair/typebox": "^0.33.21", "@ubiquity-os/ubiquity-os-logger": "^1.3.2", "dotenv": "^16.4.5", "hono": "^4.6.9" diff --git a/src/actions.ts b/src/actions.ts index fdd53b9..d9ea14a 100644 --- a/src/actions.ts +++ b/src/actions.ts @@ -49,7 +49,14 @@ export async function createActionsPlugin { - return { ...defaultOptions, ...instanceOptions}; + return { ...defaultOptions, ...instanceOptions }; });