Skip to content

Commit

Permalink
last bug for now
Browse files Browse the repository at this point in the history
  • Loading branch information
johnofsydney committed Jun 13, 2024
1 parent 974a28b commit 4f6f4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/file_ingestor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ def federal_parliamentarians_upload(file)
member_type: "Group",
member_id: branch.id,
group: state_party,
) unless senator
) unless senator || true
else
# affiliate the branch with the federal party
Membership.find_or_create_by(
member_type: "Group",
member_id: branch.id,
group: federal_party,
) unless senator
) unless senator || true
end
end
end
Expand Down

0 comments on commit 4f6f4ea

Please sign in to comment.