Skip to content

Commit

Permalink
fix(import): missing docx value
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Sep 9, 2021
1 parent aa2c8ac commit b4812cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/importer/PageImporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default abstract class PageImporter implements Importer {

const buffer = await mdast2docx(mdast);
await this.params.storageHandler.put(docx, buffer);
return docx;
}

async createMarkdownFile(resource: PageImporterResource, url: string) {
Expand Down

0 comments on commit b4812cb

Please sign in to comment.