We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 252604d + 757289a commit 882c8e7Copy full SHA for 882c8e7
src/lib/components/csvImportBox.svelte
@@ -154,7 +154,7 @@
154
migrations.migrations.forEach(updateOrAddItem);
155
});
156
157
- return sdk.forConsole.client.subscribe('console', (response) => {
+ return sdk.forConsoleIn(page.params.region).client.subscribe('console', (response) => {
158
if (!response.channels.includes(`projects.${getProjectId()}`)) return;
159
if (response.events.includes('migrations.*')) {
160
updateOrAddItem(response.payload as Payload);
0 commit comments