Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coddmeistr committed Dec 10, 2024
1 parent 828f814 commit 8acc78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/billing/billing.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ func buildPlansListQuery(req *pb.ListRequest, hasAccess bool) (string, map[strin
if len(values) == 0 {
continue
}
query += fmt.Sprintf(` FILTER t["%s"] in @%s`, key, key)
query += fmt.Sprintf(` FILTER p["%s"] in @%s`, key, key)
vars[key] = values
}
}
Expand Down

0 comments on commit 8acc78c

Please sign in to comment.