From fcc6aa3fced0740729a27125350536f60399c14e Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Wed, 27 Oct 2021 16:10:32 +0200 Subject: [PATCH] merge --- app/models/communication/website/imported/website.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/communication/website/imported/website.rb b/app/models/communication/website/imported/website.rb index 27d663057..e10a5376d 100644 --- a/app/models/communication/website/imported/website.rb +++ b/app/models/communication/website/imported/website.rb @@ -34,9 +34,9 @@ class Communication::Website::Imported::Website < ApplicationRecord def run! sync_categories - # sync_media - # sync_pages - # sync_posts + sync_media + sync_pages + sync_posts end handle_asynchronously :run!, queue: 'default' -- GitLab