Skip to content

Commit 2676a90

Browse files
Copilotmotm32
andcommitted
Remove unnecessary return statement
Co-authored-by: motm32 <59709511+motm32@users.noreply.github.com>
1 parent 2a085b2 commit 2676a90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/createNewProject/mcpServerSteps/MCPProjectCreateStep.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ export class MCPProjectCreateStep extends ProjectCreateStepBase {
8383
}
8484

8585
runPostMcpProjectCreateSteps(cachedProject);
86-
87-
return;
8886
}
8987

9088
private setSampleMcpRepoUrl(context: MCPProjectWizardContext): void {

0 commit comments

Comments
 (0)