I hereby claim:
- I am aenehc on github.
- I am helloworld (https://keybase.io/helloworld) on keybase.
- I have a public key whose fingerprint is D00B DD22 D573 405F D945 83E3 3DFA 4FC2 5FB2 4E26
To claim this, I am signing this object:
| import request from 'axios' | |
| import bytes from 'bytes' | |
| import cheerio from 'cheerio' | |
| import trakt from './trakt' | |
| const defaultOptions = { | |
| 'timeout': 10000 | |
| } | |
| const urls = [ |
| export default function asyncMiddleware () { | |
| return (dispatch) => (action) => { | |
| const { promise, type, ...rest } = action; | |
| const SUCCESS = type; | |
| const REQUEST = type + '_REQUEST'; | |
| const FAILURE = type + '_FAILURE'; | |
| dispatch({ ...rest, type: REQUEST }); |
I hereby claim:
To claim this, I am signing this object: