fewer explicit serialize() calls
This commit is contained in:
parent
9f609d9205
commit
c1eb47a0e0
2 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ def get_route(request, parameters: RouteParametersSchema):
|
|||
'destination': parameters.destination,
|
||||
'options': options.serialize_string(),
|
||||
}),
|
||||
result=route.serialize(),
|
||||
result=route,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue