diff --git a/rest/runMethod.ts b/rest/runMethod.ts index 92d9ee6c0..39dcb943f 100644 --- a/rest/runMethod.ts +++ b/rest/runMethod.ts @@ -34,7 +34,6 @@ export async function runMethod( method, }); - if (!result.ok) { const err = await result.json().catch(() => {}); throw new Error(`Error: ${err.message ?? result.statusText}`);