Skip to content

Commit 79af715

Browse files
committed
fix: avoid unused export in job actions
1 parent f78b6ee commit 79af715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/queue/useJobActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { JobListItem } from '@/composables/queue/useJobList'
66
import { useJobMenu } from '@/composables/queue/useJobMenu'
77
import type { JobState } from '@/types/queue'
88

9-
export type JobActionKey = 'cancel'
9+
type JobActionKey = 'cancel'
1010

1111
export type JobAction = {
1212
key: JobActionKey

0 commit comments

Comments
 (0)