Skip to content

Commit

Permalink
chore: avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe committed Sep 6, 2024
1 parent 9b33371 commit 471ad9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ function( $a, $b ) {
'newspack_mailchimp_prepare_merge_fields',
$message,
[
'type' => $created_field['merge_id'] ? 'debug' : 'error',
'type' => empty( $created_field['merge_id'] ) ? 'error' : 'debug',
'data' => [
'audience_id' => $audience_id,
'field_data' => $field_data,
Expand Down

0 comments on commit 471ad9d

Please sign in to comment.