driftrock-service 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,6 @@ module Driftrock::Service::DriftrockModel
|
|
57
57
|
def self.all_apps
|
58
58
|
array_of_app_hashes = get_from_api_method.call("/apps", {},
|
59
59
|
'/dashboard_api/visitor')
|
60
|
-
array_of_app_hashes = array_of_app_hashes.symbolize_keys[:apps]
|
61
60
|
array_of_app_hashes.map do |app_hash|
|
62
61
|
app_hash.symbolize_keys!
|
63
62
|
new(app_hash)
|