Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Gustyr <[email protected]>
  • Loading branch information
rolodato and khvn26 authored Dec 19, 2024
1 parent c159242 commit d395cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_proxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def identity(
async def get_identities(
identifier: str,
x_environment_key: str = Header(None),
):
) -> ORJSONResponse:
data = environment_service.get_identity_response_data(
IdentityWithTraits(identifier=identifier), x_environment_key
)
Expand Down

0 comments on commit d395cf4

Please sign in to comment.