Skip to content

Commit

Permalink
fix: patch previous fixes (#2098)
Browse files Browse the repository at this point in the history
Co-authored-by: eden <[email protected]>
  • Loading branch information
fern-support and eyw520 authored Jan 30, 2025
1 parent b8bb89d commit 5c58596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export async function executeProxyRest(
String(new TextEncoder().encode(text).length),
};
}
} catch () {
} catch {
throw new Error("Failed to read response body");
}
}
Expand Down

0 comments on commit 5c58596

Please sign in to comment.