Skip to content

Commit

Permalink
fix the operand type error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Jun 26, 2024
1 parent 58471b8 commit 342cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/PullListTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ public function prepare_items() {
$remote_get_args['post_type'] = [ $remote_get_args['post_type'] ];
}

$total_items = '';
$total_items = 0;
$response_data = [];

foreach ( $remote_get_args['post_type'] as $type ) {
Expand Down

0 comments on commit 342cb0c

Please sign in to comment.