chore(tidy) Tidy Friday

This commit is contained in:
Bouncey
2018-09-07 13:35:42 +01:00
committed by Stuart Taylor
parent 56494ffc32
commit 3878cbae63
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import { fetchUserComplete, fetchUserError } from './';
import { getSessionUser } from '../utils/ajax';
function* fetchSessionUser() {
console.log('fetchSessionUser');
try {
const {
data: { user = {}, result = '' }