Skip to content

Commit

Permalink
ffix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Feb 16, 2024
1 parent 189630b commit 28a1ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export { Config }
export const name = 'macrodict'

// only allow when database available
export const using = ['database'] as const
export const using = ['database']

export async function apply(ctx: Context, config: Config): Promise<void> {
ctx.model.extend('channel', {
Expand Down

0 comments on commit 28a1ff2

Please sign in to comment.