Skip to content

Commit 0e8f304

Browse files
committed
fix: remove unused field
1 parent 4440992 commit 0e8f304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/features/code/CodeMessageHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public final class CodeMessageHandler extends MessageReceiverAdapter implements
5050

5151
private final ComponentIdInteractor componentIdInteractor;
5252
private final Map<String, CodeAction> labelToCodeAction;
53-
private final ChatGptService chatGptService;
5453

5554
/**
5655
* Memorizes the ID of the bots code-reply message that a message belongs to. That way, the
@@ -73,7 +72,6 @@ public final class CodeMessageHandler extends MessageReceiverAdapter implements
7372
public CodeMessageHandler(FeatureBlacklist<String> blacklist, JShellEval jshellEval,
7473
ChatGptService chatGptService) {
7574
componentIdInteractor = new ComponentIdInteractor(getInteractionType(), getName());
76-
this.chatGptService = chatGptService;
7775

7876
List<CodeAction> codeActions = blacklist
7977
.filterStream(

0 commit comments

Comments
 (0)