🔧 Tweaked the issues-for-series call

This commit is contained in:
2022-04-11 14:18:47 -07:00
parent 312ee93781
commit f94540616d
3 changed files with 4 additions and 4 deletions

View File

@@ -109,10 +109,10 @@ export const getIssuesForSeries =
comicObjectID,
},
});
console.log(issues);
dispatch({
type: CV_ISSUES_FOR_VOLUME_IN_LIBRARY_SUCCESS,
issues: issues.data,
issues: issues.data.results,
});
};