Unknown
This commit is contained in:
@@ -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.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user