website refactor
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Retry logic and circuit breaker for API requests
|
||||
*/
|
||||
|
||||
import { ApiError, ApiErrorType } from './ApiError';
|
||||
import { ApiError } from './ApiError';
|
||||
|
||||
export interface RetryConfig {
|
||||
maxRetries: number;
|
||||
|
||||
Reference in New Issue
Block a user