lib/crowdskout/api.rb in crowdskout-0.0.5 vs lib/crowdskout/api.rb in crowdskout-0.0.6

- old
+ new

@@ -24,10 +24,10 @@ # Profile Service Methods def get_profile(profile_id, collections) Services::ProfileService.get_profile(profile_id, collections) end def create_profile(profile) - Services::ProfileService.create_profile(profile, params) + Services::ProfileService.create_profile(profile) end def create_profiles_bulk(profiles) Services::ProfileService.create_profiles_bulk(profiles) end def update_profile(profile) \ No newline at end of file