Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix: update field name in sync_tx_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Feb 1, 2024
1 parent 20395f5 commit c516d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_tx_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func GetSyncTransactionByTxID(ctx context.Context, txID string, opts ...ModelOps
// Get the records by status
txs, err := _getSyncTransactionsByConditions(ctx,
map[string]interface{}{
txID: txID,
idField: txID,
},
nil, opts...,
)
Expand Down

0 comments on commit c516d93

Please sign in to comment.