We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b78902 commit fcf08f8Copy full SHA for fcf08f8
1 file changed
lib/response.js
@@ -470,6 +470,7 @@ function publishNoteActions (req, res, next) {
470
switch (action) {
471
case 'download':
472
actionDownload(req, res, note)
473
+ break
474
case 'edit':
475
res.redirect(config.serverURL + '/' + (note.alias ? note.alias : models.Note.encodeNoteId(note.id)))
476
break
0 commit comments