mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
fix(test): one more broken test
This commit is contained in:
@@ -216,7 +216,6 @@ function register(router: Router) {
|
||||
|
||||
const { shareId } = req.params;
|
||||
|
||||
console.log("Got share ", shareId, shaca.notes, shaca.aliasToNote);
|
||||
const note = shaca.aliasToNote[shareId] || shaca.notes[shareId];
|
||||
|
||||
renderNote(note, req, res);
|
||||
|
||||
Reference in New Issue
Block a user