Skip to content

Commit

Permalink
Merge branch 'supporter_level_goal' into add-query-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Sep 25, 2024
2 parents d2a443a + a6ded77 commit 8fb9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/legacy_lib/query_supporters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def self._full_search(np_id, query)
#
# return new_supporters
# end

def self.undeleted_supporters(np_id)

Qx.select('id')
Expand Down Expand Up @@ -213,6 +212,7 @@ def self.full_filter_expr(np_id, query)
expr = Qx.select('supporters.id')
.with(:nonprofits, np_queries.nonprofits)
.with(:tag_masters, np_queries.tag_masters)
.with(:supporters, np_queries.supporters)
.from(:supporters)
.join('nonprofits', 'nonprofits.id=supporters.nonprofit_id')
.where(
Expand Down

0 comments on commit 8fb9ce8

Please sign in to comment.