This commit is contained in:
Scott Idem
2022-04-23 19:45:37 -04:00
parent 2c4a58ff59
commit dbe86b8ed8

View File

@@ -54,6 +54,9 @@ async def post_event_exhibit_tracking_obj(
elif event_person_id is None: pass
else: return mk_resp(data=None, status_code=404, response=commons.response, status_message='The Event Person ID was invalid or not found.')
log.debug(event_exhibit_id)
log.debug(event_badge_id)
if event_badge_id or event_person_id: pass
else: return mk_resp(data=None, status_code=404, response=commons.response, status_message='The Event Badge ID or Event Person ID is required.')