Skip to content

Commit ba9b0a6

Browse files
committed
chore(misc): remove unused arg
1 parent 98fa827 commit ba9b0a6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/create-nx-workspace/src/create-workspace.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ export async function createWorkspace<T extends CreateWorkspaceOptions>(
161161
connectUrl,
162162
pushedToVcs,
163163
rawArgs?.nxCloud,
164-
isTemplate,
165-
options.nxCloudPromptCode
164+
isTemplate
166165
);
167166
}
168167

packages/create-nx-workspace/src/utils/nx/nx-cloud.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ export async function getNxCloudInfo(
119119
connectCloudUrl: string,
120120
pushedToVcs: VcsPushStatus,
121121
rawNxCloud?: NxCloud,
122-
isTemplate?: boolean,
123-
promptCode?: string
122+
isTemplate?: boolean
124123
) {
125124
const source = getCloudMessageSource(!!isTemplate, nxCloud);
126125
const { createMessage } = getMessageFactory(source);

0 commit comments

Comments
 (0)