cnap-cobre/synapse

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

export const actions = {
ifNeeded: () => createAction(types.GET_AGAVE_FILE_SYSTEMS_ASYNC.IF_NEEDED),
pending: () => createAction(types.GET_AGAVE_FILE_SYSTEMS_ASYNC.PENDING),
success: systems => createAction(types.GET_AGAVE_FILE_SYSTEMS_ASYNC.SUCCESS, { systems }),
error: error => createAction(types.GET_AGAVE_FILE_SYSTEMS_ASYNC.ERROR, { error }),
Severity: Major
Found in frontend/src/store/agaveFileSystems/AgaveFileSystems.js and 1 other location - About 1 hr to fix
frontend/src/store/userProfile/UserProfile.js on lines 4..9

There are no issues that match your filters.

Category
Status