remove debug point

This commit is contained in:
Hayden 2022-12-03 17:02:08 -09:00
parent b327410f5e
commit 4d66b41f8e
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -128,7 +128,7 @@ func (r *GroupRepository) StatsLocationsByPurchasePrice(ctx context.Context, GID
func (r *GroupRepository) StatsLabelsByPurchasePrice(ctx context.Context, GID uuid.UUID) ([]TotalsByOrganizer, error) {
var v []TotalsByOrganizer
err := r.db.Debug().Label.Query().
err := r.db.Label.Query().
Where(
label.HasGroupWith(group.ID(GID)),
).