mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-07 05:19:53 -06:00
typo in note.type
This commit is contained in:
@@ -41,7 +41,7 @@ function exportSingleNote(taskContext, branch, format, res) {
|
||||
extension = mimeTypes.extension(note.mime) || 'code';
|
||||
mime = note.mime;
|
||||
}
|
||||
else if (note.type === 'relation-map' || note.type === 'canas-note' || note.type === 'search') {
|
||||
else if (note.type === 'relation-map' || note.type === 'canvas-note' || note.type === 'search') {
|
||||
payload = content;
|
||||
extension = 'json';
|
||||
mime = 'application/json';
|
||||
|
||||
Reference in New Issue
Block a user