mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-17 21:45:56 +08:00
fix
This commit is contained in:
parent
5cfb78b275
commit
a9426341f6
@ -11,7 +11,7 @@ import { Request, Response } from 'express';
|
||||
export class CrawlerHost extends RPCHost {
|
||||
logger = this.globalLogger.child({ service: this.constructor.name });
|
||||
|
||||
turnDownService = new TurnDownService().use(require('turndown-plugin-gfm'));
|
||||
turnDownService = new TurnDownService().use(require('turndown-plugin-gfm').gfm);
|
||||
|
||||
constructor(
|
||||
protected globalLogger: Logger,
|
||||
|
Loading…
x
Reference in New Issue
Block a user