Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 22, 2023
1 parent 28e0682 commit 595af34
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ async def get_service_handler(request: Request):
ctx = _RequestContext.create(request)
path_params = parse_request_path_parameters_as(_ServicePathParams, request)

data = await get_service(
path_params.service_key.to_service_key(), path_params.service_version, ctx
)
data = await get_service(path_params.service_key, path_params.service_version, ctx)

return envelope_json_response(data)

Expand Down

0 comments on commit 595af34

Please sign in to comment.