diff --git a/packages/ghost/app/release.ts b/packages/ghost/app/release.ts index 152aa025..f3508c2b 100644 --- a/packages/ghost/app/release.ts +++ b/packages/ghost/app/release.ts @@ -1,6 +1,6 @@ import { Ghost } from '@/types/Ghost.js' export const release: Ghost = { - worker: async (context) => {}, - action: async (data) => {} + worker: async () => {}, + action: async () => {} }