From b365d89a11adf40d37b78292f121b890e960d0e8 Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 13 Apr 2023 16:03:57 +0700 Subject: update 2nd --- lib/AniList.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/AniList.js') diff --git a/lib/AniList.js b/lib/AniList.js index 2b65789..f602dad 100644 --- a/lib/AniList.js +++ b/lib/AniList.js @@ -3,7 +3,6 @@ export async function aniListData({ sort, page = 1 }) { method: "POST", headers: { "Content-Type": "application/json", - Accept: "application/json", }, body: JSON.stringify({ query: ` -- cgit v1.2.3