Skip to content

Commit

Permalink
Fix lint error from #40583 + #40578
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Dec 12, 2024
1 parent f7cfbf4 commit 3b4f016
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/packages/jetpack-mu-wpcom/changelog/fix-lint-error
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Fix lint error from #40583 + #40578


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

0 comments on commit 3b4f016

Please sign in to comment.