Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -4,8 +4,6 @@ import { fetchActionsInCurrentCardService } from '../services';
|
||||
import EntryActionTypes from '../../../constants/EntryActionTypes';
|
||||
|
||||
export default function* () {
|
||||
yield takeLatest(
|
||||
EntryActionTypes.ACTIONS_IN_CURRENT_CARD_FETCH,
|
||||
() => fetchActionsInCurrentCardService(),
|
||||
);
|
||||
// eslint-disable-next-line max-len
|
||||
yield takeLatest(EntryActionTypes.ACTIONS_IN_CURRENT_CARD_FETCH, () => fetchActionsInCurrentCardService());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user