🔧 Still debugging

This commit is contained in:
2022-04-04 09:04:31 -07:00
parent 5cb921065a
commit 099376d878

View File

@@ -256,7 +256,8 @@ export default class ComicVineService extends Service {
filter: filterString,
},
headers: {
Accept: "application/json",
"Accept": "application/json",
"User-Agent": "ThreeTwo",
},
});
console.log(
@@ -309,7 +310,8 @@ export default class ComicVineService extends Service {
process.env.COMICVINE_API_KEY,
params,
headers: {
Accept: "application/json",
"Accept": "application/json",
"User-Agent": "ThreeTwo",
},
});