OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / models / provider_artist.rb
index 5f9806b..c341f00 100644 (file)
@@ -41,7 +41,7 @@ class ProviderArtist < ActiveRecord::Base
       end
       raise ActiveRecord::Rollback if res.any?
     end
-    res
+    ArtistImportResult.new res
   end
   
 end