BlackDice/b3-chief

View on GitHub
src/adapter/FirebaseAdapter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function sync has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function sync(watchRemote = false) {
    invariant(syncedInstances.has(this.chief) === false, oneLine`
        The Chief %s is already synced with firebase %s
    `, this.chief.id, this.firebaseRef.toString())

Severity: Minor
Found in src/adapter/FirebaseAdapter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status