Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jun 24, 2022
1 parent f088296 commit e4ce5e6
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 286 deletions.
2 changes: 1 addition & 1 deletion src/controllers/project.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export const update = async (req, res) => {
});
} catch (err) {
res.status(400).json({
message: 'Error adding update to stage',
message: err.message,
});
logger.error('Error adding update to stage', err);
}
Expand Down
Loading

0 comments on commit e4ce5e6

Please sign in to comment.