Skip to content

Instantly share code, notes, and snippets.

@jamesattard
Created November 9, 2017 14:38
Show Gist options
  • Save jamesattard/57f0aca9672043651904e9788a5f45e9 to your computer and use it in GitHub Desktop.
Save jamesattard/57f0aca9672043651904e9788a5f45e9 to your computer and use it in GitHub Desktop.
export const fetchUser = () => async dispatch =>
dispatch({ type: FETCH_USER, payload: await axios.get("/api/current_user") });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment