Skip to content

Commit

Permalink
Ignore webhooks without user details
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Aug 9, 2024
1 parent 1809e99 commit e4f2968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/handle_event_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def handle_event_service(self, form_data):

if user_details_exist is None:
logger.warning(
f"The user details are not exist in the webhook payload {form_data}"
f"User details are missing in the webhook payload: {form_data}"
)
return

Expand Down

0 comments on commit e4f2968

Please sign in to comment.