diff --git a/app/models/communication/website/with_import.rb b/app/models/communication/website/with_import.rb
index 2d9f76b089c5da719f20a13d6c0f28ec941e913a..0643cd2b5d015a59ed3e814d91d1963d3503d566 100644
--- a/app/models/communication/website/with_import.rb
+++ b/app/models/communication/website/with_import.rb
@@ -13,7 +13,7 @@ module Communication::Website::WithImport
     ).first_or_create unless imported?
 
     imported_website.run!
-    imported_website
+    reload
   end
 
   def imported?