diff --git a/chalicelib/resources/arcus_read_only.py b/chalicelib/resources/arcus_read_only.py index ce30ac7..2ee2a1e 100644 --- a/chalicelib/resources/arcus_read_only.py +++ b/chalicelib/resources/arcus_read_only.py @@ -38,7 +38,7 @@ def lambda_handler(event: str) -> dict: response['topup'] = vars(response['topup']) else: response = client.get(f'/{path}') - return make_response(200, response) + return response except InvalidAuth: return make_response(401, dict(message='Invalid Authentication Token')) except Exception as ex: