Working on stuff related to session proposals. Again....
This commit is contained in:
@@ -190,14 +190,14 @@ def create_update_contact_obj_v4(
|
||||
|
||||
if for_id := redis_lookup_id_random(record_id_random=for_id, table_name=for_type): pass
|
||||
else:
|
||||
log.error('Missing or invalid For Type and For ID ID passed. Not required. Ignoring.')
|
||||
log.error('Missing or invalid For Type and For ID passed. Not required. Ignoring.')
|
||||
log.info(f'For Type: {for_type} and For ID: {for_id}')
|
||||
else:
|
||||
log.info('No Contact ID passed. Create new Contact. Required: Account ID, For Type, For ID')
|
||||
|
||||
if for_id := redis_lookup_id_random(record_id_random=for_id, table_name=for_type): pass
|
||||
else:
|
||||
log.error('Missing or invalid For Type and For ID ID passed. Failed requirement.')
|
||||
log.error('Missing or invalid For Type and For ID passed. Failed requirement.')
|
||||
log.info(f'For Type: {for_type} and For ID: {for_id}')
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user