Skip to content

Commit 128695c

Browse files
committed
lint
1 parent 904d598 commit 128695c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/atlas/createProject.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export class CreateProjectTool extends AtlasToolBase {
1313
organizationId: z.string().describe("Organization ID for the new project"),
1414
};
1515

16-
protected async execute({
17-
projectName,
18-
organizationId,
19-
}: ToolArgs<typeof this.argsShape>): Promise<CallToolResult> {
16+
protected async execute({ projectName, organizationId }: ToolArgs<typeof this.argsShape>): Promise<CallToolResult> {
2017
this.session.ensureAuthenticated();
2118

2219
const input = {

0 commit comments

Comments
 (0)