Skip to content

Commit

Permalink
docs: update example to return correct response code
Browse files Browse the repository at this point in the history
  • Loading branch information
TonySherman committed Sep 12, 2023
1 parent 9d3a0f9 commit 7e59795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def all_active_users(user_id: str):
)

else:
return Response(status_code=HTTPStatus.NO_CONTENT)
return Response(status_code=HTTPStatus.NOT_FOUND)


@logger.inject_lambda_context()
Expand Down

0 comments on commit 7e59795

Please sign in to comment.