Skip to content

Commit a724461

Browse files
committed
fix: compilation error
1 parent d725924 commit a724461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/atlas/listOrgs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export class ListOrganizationsTool extends AtlasToolBase {
99
protected argsShape = {};
1010

1111
protected async execute(): Promise<CallToolResult> {
12-
this.session.ensureAuthenticated();
13-
1412
const data = await this.session.apiClient.listOrganizations();
1513

1614
if (!data?.results?.length) {

0 commit comments

Comments
 (0)