Skip to content

Commit

Permalink
Merge pull request #929 from michaelkoper/main
Browse files Browse the repository at this point in the history
Fixed issue where Zapier couldn't connect because unique constraint.
  • Loading branch information
jagthedrummer authored Oct 29, 2024
2 parents 1d912ce + b89e1bb commit 3e2a93a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def to_proc
faux_membership = team.memberships.create(
user: faux_user,
platform_agent: true,
user_email: faux_user.email,
platform_agent_of: @application,
added_by: team.memberships.find_by(user: current_user)
)
Expand Down

0 comments on commit 3e2a93a

Please sign in to comment.