Agent: Fix _filter_none_values to be a static method

This commit is contained in:
vakarisz 2022-06-27 10:02:45 +03:00
parent 7179f9128c
commit c080f03011
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class ConfigService:
should_encrypt=True,
)
@staticmethod
def _filter_none_values(data):
if isinstance(data, dict):
return {