We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760aaeb commit 4822438Copy full SHA for 4822438
src/utils/sdk.mts
@@ -81,7 +81,7 @@ export function getPublicToken(): string {
81
export async function setupSdk(
82
apiToken: string | undefined = getDefaultToken(),
83
apiBaseUrl: string | undefined = getDefaultApiBaseUrl(),
84
- proxy: string | undefined,
+ proxy?: string | undefined,
85
): Promise<CResult<SocketSdk>> {
86
if (typeof apiToken !== 'string' && isInteractive()) {
87
apiToken = await password({
0 commit comments