Showing 1 of 4 total issues
Function setSingle
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function setSingle(store, key, value, flag) {
const { _store, _subscriptions } = store
// Uncurry alfa action functions
if (typeof value === 'function' && value.alfaAction) {