fix: request noop
This commit is contained in:
@@ -17,3 +17,7 @@ export const extraRequestInterceptors: RequestInterceptor[] = [];
|
||||
export const getTenantHeaders = (
|
||||
_method?: string
|
||||
): Record<string, string> => ({});
|
||||
|
||||
export type ResponseInterceptor = (response: any) => any;
|
||||
|
||||
export const extraResponseInterceptors: ResponseInterceptor[] = [];
|
||||
|
||||
Reference in New Issue
Block a user