fix last commit

This commit is contained in:
Hugues Chocart 2024-06-12 09:55:23 -03:00 committed by GitHub
parent 418caf800d
commit 9927d1e427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ class LunaryLogger:
if optional_params:
extra = {**extra, **optional_params}
tags = metadata.get("metadata", None)
tags = metadata.get("tags", None)
if extra:
extra.pop("extra_body", None)