🔧 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",
filter: filterString,
},
headers: {
"User-Agent": "ThreeTwo",
"Accept": "application/json",
},
// headers: {
// "User-Agent": "ThreeTwo",
// "Accept": "application/json",
// },
});
console.log(
`Total issues matching the criteria: ${issueMatches.data.results.length}`