fluidtrends/carmel

View on GitHub
core/lib/Data.js

Summary

Maintainability
B
4 hrs
Test Coverage

Data has 32 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Data {
    constructor(session, slice) {
        this._session = session;
        this._id = nanoid();
        this._slice = slice;
Severity: Minor
Found in core/lib/Data.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status