🔧 More refactoring

This commit is contained in:
2022-04-03 14:39:25 -07:00
parent e6f43c8b6d
commit 0314133f37

View File

@@ -247,10 +247,10 @@ export default class ComicVineService extends Service {
format: "json", format: "json",
filter: filterString, filter: filterString,
}, },
headers: { // headers: {
"User-Agent": "ThreeTwo", // "User-Agent": "ThreeTwo",
"Accept": "application/json", // "Accept": "application/json",
}, // },
}); });
console.log( console.log(
`Total issues matching the criteria: ${issueMatches.data.results.length}` `Total issues matching the criteria: ${issueMatches.data.results.length}`