Skip to content

Commit

Permalink
feat: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent cdea732 commit 3a0eb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/storage/ledger/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func (s *Store) selectDistinctAccountMetadataHistories(date *time.Time) *bun.Sel
return ret
}

// todo: add filter on first_usage
func (s *Store) selectAccounts(date *time.Time, expandVolumes, expandEffectiveVolumes bool, qb query.Builder) *bun.SelectQuery {

ret := s.db.NewSelect()
Expand Down

0 comments on commit 3a0eb20

Please sign in to comment.