Skip to content

Commit

Permalink
no return
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 25, 2024
1 parent c03d898 commit 86661b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ru/pinkgoosik/kitsun/http/ModUpdateWebhook.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public void handle(HttpExchange exchange) {
});
}
} catch (Exception ignored) {}

return;
}
}

Expand Down

0 comments on commit 86661b3

Please sign in to comment.