Make modify role not fetch the role again

This commit is contained in:
luukas 2022-05-18 23:13:22 +03:00
parent ae7984c784
commit d64756a30c

View File

@ -139,5 +139,5 @@ class ApiRolesRoleIndexHandler(BaseApiHandler):
self.finish_json(
200,
{"status": "ok", "data": self.controller.roles.get_role(role_id)},
{"status": "ok", "data": role_id},
)