fix - setting success callbacks with store model in db = True

This commit is contained in:
Ishaan Jaff 2024-04-15 21:23:58 -07:00
parent 45d1b5a4cf
commit 7ffd3d40fa

View file

@ -1908,6 +1908,9 @@ class ProxyConfig:
config[param_name].update(param_value)
else:
config[param_name] = param_value
else:
# if it's not in the config - then add it
config[param_name] = param_value
return config