Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Aug 21, 2024
1 parent 190a609 commit 74fda85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Services/InstaMigrateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function install_instawp_connect() {
// Check if there is a connect ID
if ( empty( Helper::get_connect_id() ) ) {
if ( $this->count < 3 ) {
$this->count++;
++$this->count;
delete_option( 'instawp_api_options' ); // delete the connection to plugin and website
sleep( 1 );
self::install_instawp_connect();
Expand Down

0 comments on commit 74fda85

Please sign in to comment.