sannimichaelse/Parcel-Delivery

View on GitHub
server/controllers/ParcelController.js

Summary

Maintainability
A
1 hr
Test Coverage

Function viewUserParcelsById has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static viewUserParcelsById(req, res) {
    const userId = req.decoded.user_id;
    const { id } = req.params;
    console.log(userId,);
    if (userId != id) {
Severity: Minor
Found in server/controllers/ParcelController.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status