Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kuroda committed Feb 13, 2025
1 parent 4a9a334 commit 201afd8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ export class MultisigIdentityCreate extends IronfishCommand {
let response
while (!response) {
try {
response = await client.wallet.multisig.createParticipant({
name,
})
response = await client.wallet.multisig.createParticipant({ name })
} catch (e) {
if (
e instanceof RpcRequestError &&
Expand Down

0 comments on commit 201afd8

Please # to comment.