Skip to content

Commit

Permalink
Correction in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehard committed Jan 22, 2021
1 parent 55ebf2b commit 3cf9bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/Employee.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const EmployeeController = {
res.status(201).send(data);
}).catch((err) => {
res.status(500).send({
message: err.message || 'Some error occurred while creating the Tutorial',
message: err.message || 'Algo de errado aconteceu',
});
});
},
Expand Down

0 comments on commit 3cf9bb0

Please sign in to comment.