Bartekus/R3Fuse

View on GitHub
client/kit/entry/server.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function server has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

(async function server() {
  // Set up routes
  const router = (new KoaRouter())
    // Set-up a general purpose /ping route to check the server is alive
    .get('/ping', async ctx => {
Severity: Major
Found in client/kit/entry/server.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status