department-of-veterans-affairs/vets-website

View on GitHub
src/applications/_mock-form-ae-design-patterns/mocks/endpoints/in-progress-forms/update.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createSaveInProgressUpdate has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createSaveInProgressUpdate = req => {
  const now = new Date().toISOString();

  const formId = req.params.id;

    There are no issues that match your filters.

    Category
    Status