ncutixavier/find-home

View on GitHub
src/middleware/CheckExist.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Wontfix

if (!user) {
res.status(404).json({
message: res.__("user not found")
})
return false
Severity: Minor
Found in src/middleware/CheckExist.js and 1 other location - About 30 mins to fix
src/controllers/userControllers.js on lines 130..135

There are no issues that match your filters.

Category
Status