Skip to content

Commit

Permalink
code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
manikantakailasa committed Apr 1, 2024
1 parent 419dc60 commit 0496f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ function nfd_update_options_table( $container ) {
$brand = 'default';
}
$jetpack_affiliate_code = get_option( 'jetpack_affiliate_code' );
! $jetpack_affiliate_code &&
update_option( 'jetpack_affiliate_code', $brand_code[ $brand ] );
! $jetpack_affiliate_code && update_option( 'jetpack_affiliate_code', $brand_code[ $brand ] );
}
}

Expand Down

0 comments on commit 0496f4d

Please sign in to comment.