rhok-melbourne/kingtides-api

View on GitHub
routes/private.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

    if (event == null)
      res.send(404);
    else {
      event.location = req.body['location'] || event.location;
      event.state = req.body['state'] || event.state;
Severity: Critical
Found in routes/private.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status