ncutixavier/find-home

View on GitHub
src/controllers/commentControllers.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Function createComment has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

static async createComment(req, res) {
try {
const { houseId } = req.params
const { comment } = req.body
const userId = req.user.id
Severity: Minor
Found in src/controllers/commentControllers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status