Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit cf24ba9

Browse files
committed
fix: regionid for multi api
1 parent d59ec61 commit cf24ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/console-utils/xconsole-service/src/interceptors/consoleInterceptor/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function getRegion(data: any): string {
6767
({ params }: { params: any }) => (params || {}).RegionId
6868
);
6969

70-
if (action && action.params.RegionId) return action.RegionId;
70+
if (action && action.params.RegionId) return action.params.RegionId;
7171
}
7272
return getActiveRegionId();
7373
}

packages/xconsole/xconsole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.3.31"}
1+
{"version":"2.3.32"}

0 commit comments

Comments
 (0)