From 89a2a812c4596e76d56ec3602a5c563c963b5547 Mon Sep 17 00:00:00 2001 From: Dhiogo Ramos Brustolin Date: Fri, 22 Sep 2023 09:52:42 +0200 Subject: [PATCH] Update apple-wizard.ts --- src/apple/apple-wizard.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/apple/apple-wizard.ts b/src/apple/apple-wizard.ts index 98fed849..a9800939 100644 --- a/src/apple/apple-wizard.ts +++ b/src/apple/apple-wizard.ts @@ -118,13 +118,13 @@ async function runAppleWizardWithTelementry( availableTargets.length == 1 ? availableTargets[0] : ( - await traceStep('Choose target', () => - askForItemSelection( - availableTargets, - 'Which target do you want to add Sentry to?', - ), - ) - ).value; + await traceStep('Choose target', () => + askForItemSelection( + availableTargets, + 'Which target do you want to add Sentry to?', + ), + ) + ).value; SentryUtils.createSentryCLIRC(projectDir, { auth_token: apiKey.token }); clack.log.info(