File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
application/src/main/java/org/togetherjava/tjbot/features/code Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments