We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa2cb9 commit 223cd3fCopy full SHA for 223cd3f
1 file changed
src/constants.mts
@@ -488,7 +488,7 @@ const LAZY_ENV = () => {
488
envAsString(env['http_proxy']),
489
// Set the timeout in milliseconds for Socket API requests.
490
// https://nodejs.org/api/http.html#httprequesturl-options-callback
491
- SOCKET_CLI_API_TIMEOUT: envAsNumber(env['SOCKET_CLI_API_TOKEN']),
+ SOCKET_CLI_API_TIMEOUT: envAsNumber(env['SOCKET_CLI_API_TIMEOUT']),
492
// Set the Socket API token.
493
// https://github.com/SocketDev/socket-cli?tab=readme-ov-file#environment-variables
494
SOCKET_CLI_API_TOKEN:
0 commit comments