cnap-cobre/synapse

View on GitHub
frontend/src/store/agaveFileSystems/sagas.js

Summary

Maintainability
A
40 mins
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

function* getAgaveFileSystems() {
try {
const agaveFileSystems = yield call(Agave.listFileSystems);
yield put(actions.success(agaveFileSystems));
} catch (e) {
Severity: Minor
Found in frontend/src/store/agaveFileSystems/sagas.js and 1 other location - About 40 mins to fix
frontend/src/store/userProfile/sagas.js on lines 9..17

There are no issues that match your filters.

Category
Status