"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "cb2cd06855dabee6b9b9ef9de9f37fb7d6a16f5a"
Commit bd45b7a0 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 9c012971
......@@ -214,8 +214,7 @@ class FunctionsTable:
user_settings["functions"]["valves"][id] = valves
# Update the user settings in the database
query = Users.update_user_by_id(user_id, {"settings": user_settings})
query.execute()
Users.update_user_by_id(user_id, {"settings": user_settings})
return user_settings["functions"]["valves"][id]
except Exception as e:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment