Minor lint cleanup.
This commit is contained in:
@@ -49,10 +49,10 @@ export const selectWatcherError = (state: RootState): string | null =>
|
||||
|
||||
//Async Functions - Thunks
|
||||
// Define a thunk that dispatches those action creators
|
||||
const fetchUsers = () => async (dispatch) => {
|
||||
//dispatch(watcherStarted());
|
||||
//Some sort of async action.
|
||||
// dispatch(incrementByAmount(100));
|
||||
};
|
||||
// const fetchUsers = () => async (dispatch) => {
|
||||
// //dispatch(watcherStarted());
|
||||
// //Some sort of async action.
|
||||
// // dispatch(incrementByAmount(100));
|
||||
// };
|
||||
|
||||
export default appSlice.reducer;
|
||||
|
||||
Reference in New Issue
Block a user