Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 4942067

Browse files
committed
unwind drive by
1 parent fbeeed6 commit 4942067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatchet_sdk/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_config_value(key, env_var):
8686

8787
namespace = get_config_value("namespace", "HATCHET_CLIENT_NAMESPACE")
8888

89-
tenant_id = get_config_value("tenant_id", "HATCHET_CLIENT_TENANT_ID")
89+
tenant_id = get_config_value("tenantId", "HATCHET_CLIENT_TENANT_ID")
9090
token = get_config_value("token", "HATCHET_CLIENT_TOKEN")
9191
listener_v2_timeout = get_config_value(
9292
"listener_v2_timeout", "HATCHET_CLIENT_LISTENER_V2_TIMEOUT"

0 commit comments

Comments
 (0)