npm run release

This commit is contained in:
Brian Cristante 2021-06-16 16:13:37 -04:00
parent 391b1ec8e2
commit 25771f5ee5

3
dist/index.js vendored
View file

@ -7465,8 +7465,9 @@ function isRetryableStatusCode(statusCode) {
}
const retryableStatusCodes = [
http_client_1.HttpCodes.BadGateway,
http_client_1.HttpCodes.ServiceUnavailable,
http_client_1.HttpCodes.GatewayTimeout,
http_client_1.HttpCodes.InternalServerError,
http_client_1.HttpCodes.ServiceUnavailable,
http_client_1.HttpCodes.TooManyRequests,
413 // Payload Too Large
];