Skip to content

Commit

Permalink
pnpm fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin committed Oct 25, 2023
1 parent 537b232 commit be54491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class Transaction {
*/
async waitForTransaction(args: {
transactionHash: HexInput;
options?: { timeoutSecs?: number; checkSuccess?: boolean, indexerVersionCheck?: boolean };
options?: { timeoutSecs?: number; checkSuccess?: boolean; indexerVersionCheck?: boolean };
}): Promise<TransactionResponse> {
return waitForTransaction({
aptosConfig: this.config,
Expand Down

0 comments on commit be54491

Please sign in to comment.