trailsjs/trailpack-cache

View on GitHub
api/services/CacheService.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  init() {
    const stores = this.app.config.caches.stores
    const storesCreation = []

    for (const store of stores) {
Severity: Minor
Found in api/services/CacheService.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status