From ffba601e4b836bdf943f89551eb6c09686cdb561 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 6 Nov 2017 08:00:06 +1300 Subject: [PATCH] Debugging --- src/js/services/lastfm/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/services/lastfm/actions.js b/src/js/services/lastfm/actions.js index 980ce7da..ec790ee8 100755 --- a/src/js/services/lastfm/actions.js +++ b/src/js/services/lastfm/actions.js @@ -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,