user.settings: dont json.dumps val

This commit is contained in:
Luna 2018-12-06 01:41:02 -03:00
parent bcd846d779
commit c0b3462ffa
1 changed files with 0 additions and 1 deletions

View File

@ -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"""