From 0314133f371537cfa2447955c6890e8427e03e38 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 3 Apr 2022 14:39:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20More=20refactoring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comicvine.service.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/comicvine.service.ts b/services/comicvine.service.ts index 9ff45ff..7339ae4 100644 --- a/services/comicvine.service.ts +++ b/services/comicvine.service.ts @@ -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}`