LearnersGuild/echo

View on GitHub
src/server/services/dataService/models/project.js

Summary

Maintainability
A
1 hr
Test Coverage

Function projectModel has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function projectModel(thinky) {
  const {r, type: {string, date, array}} = thinky

  return {
    name: 'Project',
Severity: Minor
Found in src/server/services/dataService/models/project.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status