user.settings: remove json_fields

not used anymore since we use execute_with_json
This commit is contained in:
Luna 2018-12-06 01:56:17 -03:00
parent bab25ea336
commit fb21ea528e
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ async def patch_current_settings():
user_id = await token_check()
j = validate(await request.get_json(), USER_SETTINGS)
json_fields = ['guild_positions', 'restricted_guilds']
for key in j:
val = j[key]