From cdd5948bab547a21d87b2f1a63429b6fb455e8f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 4 Sep 2024 21:51:17 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20code=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/functions/deploy.ts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/commands/functions/deploy.ts b/src/commands/functions/deploy.ts index 926e3e3..13bed66 100644 --- a/src/commands/functions/deploy.ts +++ b/src/commands/functions/deploy.ts @@ -111,13 +111,11 @@ const deployAction: SdkGuardedFunction = async ({ } } - await sdk - .functions() - .deploy({ - functionId: functionToDeploy.id, - cid: uploadResult.pin.cid, - sgx, - }); + await sdk.functions().deploy({ + functionId: functionToDeploy.id, + cid: uploadResult.pin.cid, + sgx, + }); output.success(t('commonNameCreateSuccess', { name: 'deployment' })); output.printNewLine();