Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Nov 28, 2024
1 parent 964e210 commit 5f42ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/admin/classes/rest/onboarding-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function get_kits() {
$args = [
'products' => 'ehp',
'visibility' => 'restricted',
'editor_layout_type' => 'container_flexbox'
'editor_layout_type' => 'container_flexbox',
];

/**
Expand Down Expand Up @@ -92,7 +92,7 @@ public function call_and_check( string $url ) {

if ( 200 !== $response_code ) {
if ( 0 === strpos( $url, Kit_Library::DEFAULT_BASE_ENDPOINT ) ) {
return $this->call_and_check (
return $this->call_and_check(
str_replace( Kit_Library::DEFAULT_BASE_ENDPOINT, Kit_Library::FALLBACK_BASE_ENDPOINT, $url )
);
}
Expand Down

0 comments on commit 5f42ef9

Please sign in to comment.