Skip to content

Commit

Permalink
revert: "fix(sui): fix typing for object reference" (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Dec 13, 2024
1 parent 58504da commit 73e1573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui/src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function isTransactionArgument(value: any): boolean {
}

export function transactionArgumentOrObject(
value: string | TransactionArgument | TransactionObjectInput,
value: TransactionArgument | TransactionObjectInput,
transactionBlock: Transaction
): TransactionArgument {
if (isTransactionArgument(value)) {
Expand Down

0 comments on commit 73e1573

Please sign in to comment.