mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
remove unused var
This commit is contained in:
@@ -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 => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user