Debugging
This commit is contained in:
@ -164,6 +164,7 @@ export function loveTrack(uri, artist, track){
|
||||
sendSignedRequest(dispatch, getState, params)
|
||||
.then(
|
||||
response => {
|
||||
console.log(response);
|
||||
dispatch({
|
||||
type: 'TRACK_LOADED',
|
||||
key: uri,
|
||||
|
||||
Reference in New Issue
Block a user