better working ws

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-11-28 13:13:13 -08:00
parent be246702fd
commit b6aa9ab98b
37 changed files with 771 additions and 593 deletions

View File

@ -30,7 +30,7 @@ class SuccessWebSocketResponse:
if request_id is not UNSET:
field_dict["request_id"] = request_id
if resp is not UNSET:
field_dict["resp"] = resp
field_dict["resp"] = resp.to_dict()
if success is not UNSET:
field_dict["success"] = success