mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
attachments have a position
This commit is contained in:
@@ -37,6 +37,7 @@ function requestCredentials(res) {
|
||||
.sendStatus(401);
|
||||
}
|
||||
|
||||
/** @returns {SNote|boolean} */
|
||||
function checkNoteAccess(noteId, req, res) {
|
||||
const note = shaca.getNote(noteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user