Lambda-School-Labs/grants-be

View on GitHub
users/writer_profiles/writersProfileRouter.js

Summary

Maintainability
A
4 hrs
Test Coverage

File writersProfileRouter.js has 333 lines of code (exceeds 250 allowed). Consider refactoring.
Open

const router = require("express").Router();

const Writers = require("./writersProfileModel");
const restricted = require("../../auth/middleware/restricted");
const checkUserId = require("../../auth/middleware/verifyUserId");
Severity: Minor
Found in users/writer_profiles/writersProfileRouter.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status