Skip to content

Commit

Permalink
fix: remove unused catch
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadi committed Nov 4, 2024
1 parent 647a119 commit 7d98730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/getstream/core/Moderation.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public CompletableFuture<Response> flag(
return httpClient.execute(buildPost(url, key, token, payload));
} catch (JsonProcessingException | MalformedURLException | URISyntaxException e) {
throw new CompletionException(e);
} catch (Exception e){
throw e;
}
}
}

0 comments on commit 7d98730

Please sign in to comment.