Skip to content

Commit

Permalink
chore: 🤖 code format
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 4, 2024
1 parent e583da4 commit cdd5948
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/commands/functions/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,11 @@ const deployAction: SdkGuardedFunction<DeployActionArgs> = 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();
Expand Down

0 comments on commit cdd5948

Please sign in to comment.