💄 Card font-size tweak

This commit is contained in:
2021-10-06 09:38:40 -07:00
parent 339af88a5b
commit fce8551731
4 changed files with 7 additions and 14 deletions

View File

@@ -78,18 +78,6 @@ export const getComicBookDetailById =
comicBookDetail: result.data,
IMS_inProgress: false,
});
const pageCount = await axios.request({
url: "http://localhost:3000/api/import/getPageCountsForComicBook",
method: "POST",
data: {
filePath:
result.data.rawFileDetails.containedIn +
"/" +
result.data.rawFileDetails.name +
result.data.rawFileDetails.extension,
},
});
console.log(pageCount);
};
export const applyComicVineMatch =