Skip to content

Commit

Permalink
staging Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
latheesan-k committed Nov 22, 2024
1 parent ef9cebc commit 197eea5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/app/Http/Controllers/API/EventsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public function store(Request $request): Response
// Intentionally throw error after saving
} catch (UniqueConstraintViolationException) {}

throw new \Exception('Test error');

return response()->noContent(200);
}
}

0 comments on commit 197eea5

Please sign in to comment.