Skip to content

Commit

Permalink
Correct supporters reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Sep 25, 2024
1 parent 21fbaaa commit 7de5f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/legacy_lib/nonprofit_query_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def tag_masters
def tag_joins_through_supporters
Qx.select("tag_joins.id, tag_joins.supporter_id, tag_joins.tag_master_id")
.from(:tag_joins)
.join(:supporters, "tags_to_supporters.id = tag_joins.supporter_id")
.join(:supporters, "supporters.id = tag_joins.supporter_id")
end
end

0 comments on commit 7de5f43

Please sign in to comment.