From 137b3c6dc7d4b4ea170f3cd847a39d9615ffd6de Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:47:32 +0900 Subject: [PATCH] lint --- packages/misskey-js/src/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/misskey-js/src/api.ts b/packages/misskey-js/src/api.ts index 48eaa8b39a5c..74e84560b859 100644 --- a/packages/misskey-js/src/api.ts +++ b/packages/misskey-js/src/api.ts @@ -59,7 +59,6 @@ export class APIClient { credential?: string | null, ): Promise> { return new Promise((resolve, reject) => { - let mediaType = 'application/json'; if (endpoint in endpointReqTypes) { mediaType = endpointReqTypes[endpoint];