Skip to content

Commit

Permalink
remove more token
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Sep 4, 2023
1 parent e237b28 commit 1e61c49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/apple/apple-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ async function runAppleWizardWithTelementry(
projectDir,
project.organization.slug,
project.slug,
apiKey.token,
),
);
}
Expand Down
1 change: 0 additions & 1 deletion src/apple/fastlane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export async function addSentryToFastlane(
projectPath: string,
org: string,
project: string,
token: string,
): Promise<boolean> {
const fastFilePath = fastFile(projectPath);
if (!fastFilePath) {
Expand Down

0 comments on commit 1e61c49

Please sign in to comment.