Fixing hopefully

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-07-24 10:24:47 -04:00
parent 32500a13c1
commit d6b59611cb

View File

@@ -202,9 +202,7 @@ def get_service_by_id(service_id):
data = service_schema.dump(fetched)
current_app.logger.info(
f'>> SERVICE: {data["id"]}; sms_senders: {data["sms_senders_with_hints"]}'
)
current_app.logger.info(f'>> SERVICE: {data["id"]}; {data}')
return jsonify(data=data)