Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 15, 2021
1 parent d4662f4 commit ef1ab4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/serializers/provider_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ class ProviderSerializer
) ==
true
} do |object|
object.has_required_contacts
end
object.has_required_contacts
end

attribute :salesforce_id,
Expand Down
3 changes: 1 addition & 2 deletions app/serializers/v3/provider_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ class V3::ProviderSerializer
) ==
true
} do |object|
object.has_required_contacts
end
object.has_required_contacts
end

attribute :salesforce_id,
Expand Down

0 comments on commit ef1ab4a

Please sign in to comment.