🪲Debugging why getComicVineVolumeMetadata won't work
This commit is contained in:
@@ -217,7 +217,6 @@ export default class ImportService extends Service {
|
|||||||
return new Promise(async (resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
const volumeDetails =
|
const volumeDetails =
|
||||||
await volumeDetailsPromise;
|
await volumeDetailsPromise;
|
||||||
console.log(volumeDetails);
|
|
||||||
matchedResult.volumeInformation =
|
matchedResult.volumeInformation =
|
||||||
volumeDetails;
|
volumeDetails;
|
||||||
Comic.findByIdAndUpdate(
|
Comic.findByIdAndUpdate(
|
||||||
@@ -391,6 +390,7 @@ export default class ImportService extends Service {
|
|||||||
});
|
});
|
||||||
|
|
||||||
resp.on("end", () => {
|
resp.on("end", () => {
|
||||||
|
console.log("HERE, BITCHES< HERE")
|
||||||
const volumeInformation =
|
const volumeInformation =
|
||||||
JSON.parse(data);
|
JSON.parse(data);
|
||||||
resolve(
|
resolve(
|
||||||
|
|||||||
Reference in New Issue
Block a user