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

Commit 4f3ef9a

Browse files
committed
snake case tenant_id
1 parent ff2ed76 commit 4f3ef9a

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
@@ -89,7 +89,7 @@ def get_config_value(key, env_var):
8989

9090
namespace = get_config_value("namespace", "HATCHET_CLIENT_NAMESPACE")
9191

92-
tenant_id = get_config_value("tenantId", "HATCHET_CLIENT_TENANT_ID")
92+
tenant_id = get_config_value("tenant_id", "HATCHET_CLIENT_TENANT_ID")
9393
token = get_config_value("token", "HATCHET_CLIENT_TOKEN")
9494
listener_v2_timeout = get_config_value(
9595
"listener_v2_timeout", "HATCHET_CLIENT_LISTENER_V2_TIMEOUT"

0 commit comments

Comments
 (0)