fix(test): one more broken test

This commit is contained in:
Elian Doran
2025-03-15 18:18:17 +02:00
parent 2b966afbe1
commit c27f13d49f
2 changed files with 1 additions and 2 deletions

View File

@@ -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);