Fix false positive submission

This commit is contained in:
Nicolas Mowen 2024-09-25 06:28:32 -06:00
parent 8c540d7210
commit fc15207f28

View File

@ -768,7 +768,7 @@ def false_positive(request: Request, event_id: str):
) )
if not event.plus_id: if not event.plus_id:
plus_response = send_to_plus(event_id) plus_response = send_to_plus(request, event_id)
if plus_response.status_code != 200: if plus_response.status_code != 200:
return plus_response return plus_response
# need to refetch the event now that it has a plus_id # need to refetch the event now that it has a plus_id