Skip to content

Commit 9804c59

Browse files
committed
Changed unused parameter msg to -
1 parent 7ab5a46 commit 9804c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/togetherjava/tjbot/features/moderation/ReportCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void onButtonClick(ButtonInteractionEvent event, List<String> args) {
265265
.flatMap(user -> prepareAuditEmbedTasks(event, user, actions, pages, targetPage))
266266
.onErrorFlatMap(_ -> event.getHook()
267267
.sendMessage("Could not load audit data for this user.")
268-
.map(msg -> null))
268+
.map(_ -> null))
269269
.queue();
270270
}
271271

0 commit comments

Comments
 (0)