Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 29, 2021
1 parent 0ceef4d commit 586a2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def to_jsonapi
attributes = {
"symbol" => symbol,
"salesforce_id" => salesforce_id,
"consortium_salesforce_id"=> consortium_salesforce_id,
"consortium_salesforce_id" => consortium_salesforce_id,
"parent_organization" => consortium_id.present? ? consortium_id.upcase : nil,
"name" => name,
"website" => website,
Expand Down

0 comments on commit 586a2a1

Please sign in to comment.