Skip to content

Commit

Permalink
chore: add missing type param ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 18, 2023
1 parent 1a11ad5 commit 6aee1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/filter/before_post_render/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export = ctx => {
export = (ctx: import('../../../hexo')) => {
const { filter } = ctx.extend;

filter.register('before_post_render', require('./backtick_code_block')(ctx));
Expand Down

0 comments on commit 6aee1f3

Please sign in to comment.