mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-23 18:19:51 -06:00
fix typos
This commit is contained in:
@@ -7,7 +7,7 @@ const responseHandler = (req, res, next) => {
|
||||
});
|
||||
};
|
||||
|
||||
res.error = ({ status = 500, msg = "Internal server erro", data = null }) => {
|
||||
res.error = ({ status = 500, msg = "Internal server error", data = null }) => {
|
||||
return res.status(status).json({
|
||||
success: false,
|
||||
msg,
|
||||
|
||||
Reference in New Issue
Block a user