Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed Aug 14, 2024
1 parent 735b841 commit 6da3181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/src/utils/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function sendTransaction(
});
let vtx = new VersionedTransaction(message);
if (opts?.additionalSigners?.length) {
vtx.sign([...opts?.additionalSigners || []]);
vtx.sign([...(opts?.additionalSigners || [])]);
}

if (
Expand Down

0 comments on commit 6da3181

Please sign in to comment.