🔧 Still debugging
This commit is contained in:
@@ -256,7 +256,8 @@ export default class ComicVineService extends Service {
|
|||||||
filter: filterString,
|
filter: filterString,
|
||||||
},
|
},
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/json",
|
"Accept": "application/json",
|
||||||
|
"User-Agent": "ThreeTwo",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
console.log(
|
console.log(
|
||||||
@@ -309,7 +310,8 @@ export default class ComicVineService extends Service {
|
|||||||
process.env.COMICVINE_API_KEY,
|
process.env.COMICVINE_API_KEY,
|
||||||
params,
|
params,
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/json",
|
"Accept": "application/json",
|
||||||
|
"User-Agent": "ThreeTwo",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user