refactor: importer
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { NoteType } from '@standardnotes/features'
|
||||
import { parseFileName } from '@standardnotes/filepicker'
|
||||
import { Converter } from '../Converter'
|
||||
|
||||
@@ -33,7 +32,7 @@ export class HTMLConverter implements Converter {
|
||||
updatedAt: updatedAtDate,
|
||||
title: name,
|
||||
text,
|
||||
noteType: NoteType.Super,
|
||||
useSuperIfPossible: true,
|
||||
}),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user