Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 4, 2024
1 parent 58c66d8 commit 6594c16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/experimental/modules/class-gutenberg-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ function gutenberg_register_block_module_handle( $metadata, $field_name, $index
$module_id,
$module_uri,
$module_dependencies,
isset( $module_asset['version'] ) ? $module_asset['version'] : false,
isset( $module_asset['version'] ) ? $module_asset['version'] : false
);

// @todo This in_array may not work with module_dependencies.
Expand Down Expand Up @@ -443,4 +443,3 @@ function gutenberg_generate_block_asset_module_id( $block_name, $field_name, $in
}
return $asset_handle;
}

0 comments on commit 6594c16

Please sign in to comment.