From 377439fea3ae2a498a93206fb6d549448ac90c13 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Tue, 26 Jan 2021 09:59:44 -0500 Subject: [PATCH] Disable ResaveArticlesForCodeSnippetFullscreenIcon (#12431) --- ...04170542_resave_articles_for_code_snippet_fullscreen_icon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/data_update_scripts/20210104170542_resave_articles_for_code_snippet_fullscreen_icon.rb b/lib/data_update_scripts/20210104170542_resave_articles_for_code_snippet_fullscreen_icon.rb index 3190e0a7f..3f9c8689e 100644 --- a/lib/data_update_scripts/20210104170542_resave_articles_for_code_snippet_fullscreen_icon.rb +++ b/lib/data_update_scripts/20210104170542_resave_articles_for_code_snippet_fullscreen_icon.rb @@ -3,7 +3,7 @@ module DataUpdateScripts def run # We need to regenerate the markdown for code snippets # See https://github.com/forem/forem/issues/11747#issuecomment-753620156 - Article.published.find_each(&:save) + # Article.published.find_each(&:save) end end end