core/api/db.js

Summary

Maintainability
A
45 mins
Test Coverage
B
85%

Avoid deeply nested control flow statements.
Open

        if (!Array.isArray(value)) objectifyIDs(value)
        else value.forEach(entry => objectifyIDs(entry))
Severity: Major
Found in core/api/db.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status