synapsecns/sanguine

View on GitHub
packages/synapse-interface/slices/priceDataSlice.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

  extraReducers: (builder) => {
    builder
      .addCase(fetchSynPrices.pending, (state) => {
        state.isLoadingSynPrices = true
      })
Severity: Major
Found in packages/synapse-interface/slices/priceDataSlice.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status