Skip to content

Conversation

@Lavhe
Copy link
Contributor

@Lavhe Lavhe commented Jan 12, 2018

I added Axios via npm and some few get() and post() ,
I have changed some naming conversions for some variables.

@Lavhe Lavhe requested a review from KimberleighBeyl January 12, 2018 08:39
}
}

alert('here ....');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

export default (state = initialState, action) => {
switch (action.type) {
case ALL_USERS:
alert('Got all users');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

}
}

console.log(userChats);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

);
});

alert('Check your log file');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove


var chats = action.chats;
state.chats = chats;
alert('got ' + chats.length);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Copy link
Contributor

@KimberleighBeyl KimberleighBeyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove all alerts and console.logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants