Skip to content

Commit

Permalink
Fix lint error from #40583 + #40578 (#40601)
Browse files Browse the repository at this point in the history
#40578 adjusted the eslint config and fixed existing errors, but #40583 snuck in just ahead of it adding a new instance of the error.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12305339747

Upstream-Ref: Automattic/jetpack@36d84a3
  • Loading branch information
anomiex authored and matticbot committed Dec 12, 2024
1 parent 7d6d951 commit bf5bc83
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 85 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type CoreNuxPlaceholder = {
* Recursively finds the Content block if any.
*
* @param blocks - The current blocks
* @return Block found, if any
*/
function findPostContentBlock( blocks: BlockInstance[] ): BlockInstance | null {
for ( const block of blocks ) {
Expand Down
Loading

0 comments on commit bf5bc83

Please sign in to comment.