remove unused var

This commit is contained in:
Riley Davis
2016-11-28 12:49:29 -07:00
parent 0d7014f77a
commit 25d53116f7
@@ -8,9 +8,6 @@ import {base, handleResp, getInit} from '../helpers/response';
* for the coral but also for wordpress comments, disqus and many more.
*/
// Default headers for json payloads.
const jsonHeader = new Headers({'Content-Type': 'application/json'});
// Intercept redux actions and act over the ones we are interested
export default store => next => action => {