Skip to content

Commit

Permalink
Refactor release.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Nov 6, 2023
1 parent e633be3 commit 1245c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ghost/app/release.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Ghost } from '@/types/Ghost.js'

export const release: Ghost = {
worker: async (context) => {},
action: async (data) => {}
worker: async () => {},
action: async () => {}
}

0 comments on commit 1245c67

Please sign in to comment.