Skip to content

Commit fcf08f8

Browse files
committed
forgot break statement
Signed-off-by: Alex Garcia <[email protected]>
1 parent 5b78902 commit fcf08f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/response.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ function publishNoteActions (req, res, next) {
470470
switch (action) {
471471
case 'download':
472472
actionDownload(req, res, note)
473+
break
473474
case 'edit':
474475
res.redirect(config.serverURL + '/' + (note.alias ? note.alias : models.Note.encodeNoteId(note.id)))
475476
break

0 commit comments

Comments
 (0)