eduardomoroni/mtgx

View on GitHub
src/redux/actions/authenticationActions.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

import { SET_USER } from '../types'

export const setUser = (user: Object) => ({ type: SET_USER, user })