Skip to content

Commit

Permalink
chore: remove redundant word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: hongmengning <[email protected]>
  • Loading branch information
hongmengning committed Nov 25, 2024
1 parent 2e8f6a4 commit 5ec88e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/skus/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ func getUpholdCustodialTx(ctx context.Context, txRef string) (*decimal.Decimal,
return &amount, status, currency, custodian, nil
}

// getUpholdCustodialTxWithRetries - the the custodial tx information from uphold with retries
// getUpholdCustodialTxWithRetries - the custodial tx information from uphold with retries
func getUpholdCustodialTxWithRetries(ctx context.Context, txRef string) (*decimal.Decimal, string, string, string, error) {

var (
Expand Down

0 comments on commit 5ec88e8

Please sign in to comment.