🔧 Tweaking the matching algo

This commit is contained in:
2021-07-07 09:25:21 -07:00
parent aef1afdab9
commit 55eb18a5a0
2 changed files with 22 additions and 3 deletions

View File

@@ -143,7 +143,6 @@ export const fetchComicVineMatches = (searchPayload) => (dispatch) => {
],
})
.then((response) => {
console.log(response);
dispatch({
type: CV_SEARCH_SUCCESS,
searchResults: response.data,