Skip to content

Commit

Permalink
Updates catalog command after builder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Dec 3, 2022
1 parent cdabb10 commit 9eb0be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/CatalogCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function index( $args = [], $opts = [] ) {
if ( is_wp_error( $result ) ) {
$errors++;
} else {
$updated += count( $result );
$updated += count( $result['terms'] ?? [] );
}
}

Expand Down

0 comments on commit 9eb0be5

Please sign in to comment.