Skip to content

Commit e72a072

Browse files
authored
Merge pull request #5122 from Shopify/remove-remaining-app-id-references
Remove remaining refs to app ID when only API key is needed
2 parents 647dbca + 001d5a5 commit e72a072

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/app/src/cli/services/app/config/link.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ async function selectOrCreateRemoteAppToLinkTo(options: LinkOptions): Promise<{
137137
// Remote API Key provided by the caller, so use that app specifically
138138
const remoteApp = await appFromIdentifiers({
139139
apiKey: options.apiKey,
140-
id: options.appId,
141140
developerPlatformClient,
142141
organizationId: options.organizationId,
143142
})

packages/app/src/cli/services/context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const resetHelpMessage: Token[] = [
4646

4747
interface AppFromIdOptions {
4848
apiKey: string
49-
id?: string
5049
organizationId?: string
5150
developerPlatformClient: DeveloperPlatformClient
5251
}

0 commit comments

Comments
 (0)