follow-up 'fixes empty AWS streaming responses when under heavy load'

This commit is contained in:
nai-degen
2023-10-15 00:06:38 -05:00
parent f6cfc6e882
commit 3f7e50f87e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const isSupportedContentEncoding = (
return contentEncoding in DECODER_MAP;
};
class RetryableError extends Error {
export class RetryableError extends Error {
constructor(message: string) {
super(message);
this.name = "RetryableError";