diff --git a/ee/api/chalicelib/blueprints/bp_core_dynamic.py b/ee/api/chalicelib/blueprints/bp_core_dynamic.py index 0d5242d0d..ab73733b6 100644 --- a/ee/api/chalicelib/blueprints/bp_core_dynamic.py +++ b/ee/api/chalicelib/blueprints/bp_core_dynamic.py @@ -47,7 +47,7 @@ def login(): stack_integrations=True, version=True) c["smtp"] = helper.has_smtp() c["iceServers"] = assist.get_ice_servers() - c = {**c, **license.get_status(context["tenantId"])} + c = {**c, **license.get_status(tenant_id)} return { 'jwt': r.pop('jwt'), 'data': {