diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index 8560834..7d24590 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -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,