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 3ac84394e2
commit bf90334f32

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