Work on event tracking
This commit is contained in:
@@ -43,7 +43,7 @@ async def post_event_exhibit_tracking_obj(
|
||||
else: return mk_resp(data=None, status_code=404, response=commons.response, status_message='The Event Exhibit ID was invalid or not found.')
|
||||
|
||||
if event_badge_id := redis_lookup_id_random(record_id_random=event_badge_id, table_name='event_badge'): pass
|
||||
# elif event_badge_id is None: pass
|
||||
elif event_badge_id is None: pass
|
||||
else: return mk_resp(data=None, status_code=404, response=commons.response, status_message='The Event Badge ID was invalid or not found.')
|
||||
|
||||
if event_person_id := redis_lookup_id_random(record_id_random=event_person_id, table_name='event_person'): pass
|
||||
|
||||
Reference in New Issue
Block a user