mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 01:20:31 +00:00
remove debug point
This commit is contained in:
parent
b327410f5e
commit
4d66b41f8e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ func (r *GroupRepository) StatsLocationsByPurchasePrice(ctx context.Context, GID
|
||||||
func (r *GroupRepository) StatsLabelsByPurchasePrice(ctx context.Context, GID uuid.UUID) ([]TotalsByOrganizer, error) {
|
func (r *GroupRepository) StatsLabelsByPurchasePrice(ctx context.Context, GID uuid.UUID) ([]TotalsByOrganizer, error) {
|
||||||
var v []TotalsByOrganizer
|
var v []TotalsByOrganizer
|
||||||
|
|
||||||
err := r.db.Debug().Label.Query().
|
err := r.db.Label.Query().
|
||||||
Where(
|
Where(
|
||||||
label.HasGroupWith(group.ID(GID)),
|
label.HasGroupWith(group.ID(GID)),
|
||||||
).
|
).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue