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.
1 parent c10534f commit 4c79d0dCopy full SHA for 4c79d0d
packages/client/src/scw/locality.ts
@@ -34,5 +34,6 @@ export function toApiLocality(
34
if (regions && regions.length > 0) {
35
return { type: 'region', regions }
36
}
37
+
38
return { type: 'global' }
39
0 commit comments