diff --git a/litecord/blueprints/user/settings.py b/litecord/blueprints/user/settings.py index 64b081f..b76a32c 100644 --- a/litecord/blueprints/user/settings.py +++ b/litecord/blueprints/user/settings.py @@ -36,7 +36,6 @@ async def patch_current_settings(): # force postgres to update to jsonb # when the fields ARE jsonb. if key in json_fields: - val = json.dumps(val) jsonb_cnv = '::jsonb' await app.db.execute(f"""