Skip to content

Commit

Permalink
Fix db
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 29, 2024
1 parent ebdde7b commit 6f4ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/pg/balances.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (q *balances) FilterDisabled() data.BalancesQ {
}

func (q *balances) FilterByInternalAID(aid string) data.BalancesQ {
return q.applyCondition(squirrel.Eq{"internal_ait": aid})
return q.applyCondition(squirrel.Eq{"internal_aid": aid})
}

func (q *balances) FilterByExternalAID(aid string) data.BalancesQ {
Expand Down

0 comments on commit 6f4ac6f

Please sign in to comment.