Skip to content

Commit 94ffeee

Browse files
gagikfmenezes
andauthored
Update src/tools/atlas/atlasTool.ts
Co-authored-by: Filipe Constantinov Menezes <[email protected]>
1 parent 4d9e651 commit 94ffeee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/atlas/atlasTool.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { ApiClient } from "../../common/atlas/apiClient.js";
33
import { Session } from "../../session.js";
44

55
export abstract class AtlasToolBase extends ToolBase {
6-
private apiClient?: ApiClient;
76

87
constructor(protected readonly session: Session) {
98
super(session);

0 commit comments

Comments
 (0)