GSG-G7/Baraka-V2

status code

Opened this issue · 0 comments

if (err.isJoi) res.send(errmsg(err.details[0].type));
else if (err.message === 'username exists') res.send(errmsg(err.message));
else next(err);

where is the status code?!