Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Aug 20, 2024
1 parent 593c99b commit 11c610f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Services/InstaMigrateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class InstaMigrateService {

/**
* Retry count
*
*
* @var $count
*/
private $count = 0;
Expand Down Expand Up @@ -80,7 +80,7 @@ public function install_instawp_connect() {
if ( function_exists( 'instawp' ) ) {
// Check if there is a connect ID
if ( empty( Helper::get_connect_id() ) ) {
if( $count < 2 ) {
if ( $count < 2 ) {
$count++;
delete_option( 'instawp_api_options' );
self::install_instawp_connect();
Expand Down

0 comments on commit 11c610f

Please sign in to comment.