We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab183b0 commit f834dd4Copy full SHA for f834dd4
1 file changed
src/handler.js
@@ -63,7 +63,7 @@ const getNoteByIdHandler = (request, h) => {
63
64
const response = h.response({
65
status: 'fail',
66
- message: 'Cannot found any notes!',
+ message: 'Cannot found any note!',
67
});
68
69
response.code(404);
@@ -128,7 +128,7 @@ const deleteNoteByIdHandler = (request, h) => {
128
129
130
131
- message: 'Cannot delete note!'
+ message: 'Cannot found any note!'
132
133
134
0 commit comments