fix: mastake env variable name

This commit is contained in:
Yuta Saito 2026-01-12 09:29:53 +09:00
parent fde68e4a29
commit b71e30a8ac

View file

@ -2192,7 +2192,7 @@ class Logging(LiteLLMLoggingBaseClass):
if (
callback == "openmeter"
and is_async_logging_request
and is_sync_request
):
global openMeterLogger
if openMeterLogger is None: