Skip to content

Commit d484367

Browse files
committed
refactor: remove redundant assignments in ToolBase constructor
1 parent 1bdbac3 commit d484367

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/tool.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,6 @@ export abstract class ToolBase {
416416
elicitation,
417417
uiRegistry,
418418
}: ToolConstructorParams) {
419-
this.category = category;
420-
this.operationType = operationType;
421419
this.category = category;
422420
this.operationType = operationType;
423421
this.session = session;

0 commit comments

Comments
 (0)