From 4d66b41f8e637ef7f6047fa14afd082e8708be53 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 3 Dec 2022 17:02:08 -0900 Subject: [PATCH] remove debug point --- backend/internal/data/repo/repo_group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/data/repo/repo_group.go b/backend/internal/data/repo/repo_group.go index 5920a22..8f16de1 100644 --- a/backend/internal/data/repo/repo_group.go +++ b/backend/internal/data/repo/repo_group.go @@ -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)), ).