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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user