Mute socket messages in production, fix max-len, update dependencies
This commit is contained in:
@@ -4,6 +4,8 @@ import { fetchActionsInCurrentCardService } from '../services';
|
||||
import EntryActionTypes from '../../../constants/EntryActionTypes';
|
||||
|
||||
export default function* () {
|
||||
// eslint-disable-next-line max-len
|
||||
yield takeLatest(EntryActionTypes.ACTIONS_IN_CURRENT_CARD_FETCH, () => fetchActionsInCurrentCardService());
|
||||
yield takeLatest(
|
||||
EntryActionTypes.ACTIONS_IN_CURRENT_CARD_FETCH,
|
||||
() => fetchActionsInCurrentCardService(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user