Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Jan 14, 2025
1 parent f42d2a2 commit 978130e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public Response getInsights(
@Produces(MediaType.APPLICATION_JSON)
public Response getInsights(
@Parameter(hidden = true) @Auth final ThirdEyeServerPrincipal principal,
final AlertInsightsRequestApi request) throws Throwable {
final AlertInsightsRequestApi request) {
final AlertApi alert = request.getAlert();
ensureExists(alert);
return Response.ok(alertService.getInsights(principal, request)).build();
Expand Down

0 comments on commit 978130e

Please sign in to comment.