🔧 Bumped threetwo-ui-typings to 1.0.12

This commit is contained in:
2022-02-01 11:04:09 -08:00
parent 3cedb9238b
commit d819bac7f2
3 changed files with 20 additions and 17 deletions

View File

@@ -70,7 +70,8 @@ export const getIssuesForSeries = (comicObjectID: any) => async (dispatch) => {
});
const issues = await axios({
url: `${COMICBOOKINFO_SERVICE_URI}/getIssuesForVolume`,
url: `${IMPORT_SERVICE_BASE_URI}/getIssuesForSeries`,
method: "POST",
params: {
comicObjectID,
},