resolve build time error

This commit is contained in:
hardiknai-techm
2021-08-17 15:26:41 +05:30
parent 413472045d
commit 9fd50ee9dd
34 changed files with 129 additions and 110 deletions

View File

@@ -15,9 +15,9 @@ export const ServiceUnavailable = 503;
export const GatewayTimeout = 504;
export const RetryableStatusCodes: number[] = [
TooManyRequests,
InternalServerError, // TODO: Handle all 500s on Portal backend and remove from retries list
BadGateway,
ServiceUnavailable,
GatewayTimeout,
];
TooManyRequests,
InternalServerError, // TODO: Handle all 500s on Portal backend and remove from retries list
BadGateway,
ServiceUnavailable,
GatewayTimeout,
];