Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
kathap committed Dec 13, 2023
1 parent 6f82c9f commit 8317229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloud_controller/organization_quota_usage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def service_keys
VCAP::CloudController::ServiceKey.dataset.join(:service_instances, id: :service_instance_id).
join(:spaces, id: :space_id).
where(spaces__organization_id: @organization.id).
count || 0
count
end

def reserved_route_ports
Expand Down

0 comments on commit 8317229

Please sign in to comment.