Skip to content

Commit

Permalink
dd error
Browse files Browse the repository at this point in the history
* add error to delete
  • Loading branch information
Elkrival committed Jun 4, 2024
1 parent 1969ffa commit 5b95554
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const AssessmentDayDataController = {

return res.status(200)
} catch (error) {
console.log(error)
return res.status(400).json({ message: error.message })
}
},
Expand Down

0 comments on commit 5b95554

Please sign in to comment.