127.0.0.1:8000 watch-together / dd8876a
yikes Seva Luchianov 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
149149 }
150150
151151 if (STATUS_CODES.hasOwnProperty(error)) {
152 res.locals.log.genereal.error("Respond with status:", error);
152 res.locals.log.general.error("Respond with status:", error);
153153 res.send(not_ok_response(STATUS_CODES[error], data || {
154154 message: default_error_message || "Internal Server Error",
155155 color: "red"