We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbc2f0 commit bf9804bCopy full SHA for bf9804b
1 file changed
src/utils/sdk.mts
@@ -18,7 +18,7 @@ const TOKEN_PREFIX_LENGTH = TOKEN_PREFIX.length
18
const TOKEN_VISIBLE_LENGTH = 5
19
20
// The Socket API server that should be used for operations.
21
-function getDefaultApiBaseUrl(): string | undefined {
+export function getDefaultApiBaseUrl(): string | undefined {
22
const baseUrl =
23
constants.ENV.SOCKET_CLI_API_BASE_URL || getConfigValueOrUndef('apiBaseUrl')
24
return isUrl(baseUrl) ? baseUrl : undefined
0 commit comments