Skip to content

Commit

Permalink
UHF-10191: Remove unnecessary update_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Aug 30, 2024
1 parent cedbf39 commit 2eaa1ac
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,3 @@ function helfi_node_news_article_install($is_syncing) : void {
function helfi_node_news_article_update_10001(): void {
helfi_node_news_article_grant_permissions();
}

/**
* UHF-10191: Change news_article to use new responsive image styles.
*/
function helfi_node_news_article_update_10002(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_node_news_article');
}

0 comments on commit 2eaa1ac

Please sign in to comment.