Work with Cvent API bug fix related to rate limit.
This commit is contained in:
@@ -298,7 +298,7 @@ async def get_person_w_external_id(
|
||||
log.info(f'Something went wrong while trying to create or update the person in Aether based on Cvent data. Cvent (Person) Contact ID: {cvent_person_contact_id}')
|
||||
return mk_resp(data=None, status_code=400, response=commons.response,status_message=f'Something went wrong while trying to create or update the person in Aether based on Cvent data. Cvent (Person) Contact ID: {cvent_person_contact_id}') # Bad Request
|
||||
else:
|
||||
log.info(f'More than one result was returned with the external ID. External ID: {email}')
|
||||
log.info(f'More than one result was returned with the external ID. External ID: {external_id}')
|
||||
return mk_resp(data=None, status_code=400, response=commons.response) # Bad Request
|
||||
|
||||
# ### SECTION ### Return successful results
|
||||
|
||||
Reference in New Issue
Block a user