We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 647dbca + 001d5a5 commit e72a072Copy full SHA for e72a072
packages/app/src/cli/services/app/config/link.ts
@@ -137,7 +137,6 @@ async function selectOrCreateRemoteAppToLinkTo(options: LinkOptions): Promise<{
137
// Remote API Key provided by the caller, so use that app specifically
138
const remoteApp = await appFromIdentifiers({
139
apiKey: options.apiKey,
140
- id: options.appId,
141
developerPlatformClient,
142
organizationId: options.organizationId,
143
})
packages/app/src/cli/services/context.ts
@@ -46,7 +46,6 @@ export const resetHelpMessage: Token[] = [
46
47
interface AppFromIdOptions {
48
apiKey: string
49
- id?: string
50
organizationId?: string
51
developerPlatformClient: DeveloperPlatformClient
52
}
0 commit comments