mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 08:09:04 +08:00
Fix/fix trace provider delete err (#20070)
This commit is contained in:
parent
d31235ca13
commit
02929b2cce
@ -292,6 +292,7 @@ class OpsTraceManager:
|
||||
:return:
|
||||
"""
|
||||
# auth check
|
||||
if tracing_provider is not None:
|
||||
try:
|
||||
provider_config_map[tracing_provider]
|
||||
except KeyError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user