1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

fix exporting storage's notes as PDFs

This commit is contained in:
Baptiste Augrain
2020-06-12 16:51:35 +02:00
parent b678c3bd89
commit febc98c101
2 changed files with 3 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ import formatPDF from './formatPDF'
* @param {Object} config
*/
export default function getContentFormatterr(storage, fileType, config) {
export default function getContentFormatter(storage, fileType, config) {
if (fileType === 'md') {
return formatMarkdown({
storagePath: storage.path,