Skip to content

Commit

Permalink
Ignore failsaves.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Aug 30, 2024
1 parent 02d92a1 commit 8e6c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/Provisioning.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public function maybe_create_custom_properties( $old_settings, $settings ) {
}

if ( empty( $properties ) ) {
return;
return; // @codeCoverageIgnore
}

$create_request->setCustomProps( $properties );
Expand Down

0 comments on commit 8e6c39d

Please sign in to comment.