This commit is contained in:
zadam
2023-06-30 11:18:34 +02:00
parent fc564f6aed
commit 192e399cb5
77 changed files with 160 additions and 159 deletions

View File

@@ -810,7 +810,7 @@ function getBlankContent(isProtected, type, mime) {
return '{}';
}
return ''; // empty string might be wrong choice for some note types, but it's the best guess
return ''; // empty string might be a wrong choice for some note types, but it's the best guess
}
function logFix(message) {