Spaces:
Build error
Build error
fix
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { Request, Response } from 'express';
|
|
| 11 |
export class CrawlerHost extends RPCHost {
|
| 12 |
logger = this.globalLogger.child({ service: this.constructor.name });
|
| 13 |
|
| 14 |
-
turnDownService = new TurnDownService().use(require('turndown-plugin-gfm'));
|
| 15 |
|
| 16 |
constructor(
|
| 17 |
protected globalLogger: Logger,
|
|
|
|
| 11 |
export class CrawlerHost extends RPCHost {
|
| 12 |
logger = this.globalLogger.child({ service: this.constructor.name });
|
| 13 |
|
| 14 |
+
turnDownService = new TurnDownService().use(require('turndown-plugin-gfm').gfm);
|
| 15 |
|
| 16 |
constructor(
|
| 17 |
protected globalLogger: Logger,
|