Created
June 9, 2020 15:09
-
-
Save emanueleDiVizio/e63892af1081d845e06e11e04c606779 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const action = { | |
type: 'FETCH_USER_SELECTED_PRODUCT_REQUEST', | |
payload: { | |
id: 2 | |
}, | |
meta: { | |
retry: true | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment