fix: request noop

This commit is contained in:
jialin
2026-06-03 15:50:06 +08:00
committed by jialin
parent 9541f49f39
commit 4426b8dc30
+4
View File
@@ -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[] = [];