Skip to content

Commit

Permalink
Spacing update
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-adams committed Sep 13, 2023
1 parent f24f42a commit 697d155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/class-connector-gravityforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function callback_gform_post_note_added( $note_id, $lead_id, $user_id, $u
unset( $note_type );

// Skip if no entry/lead id (e.g. Save and Continue notifications)
if( empty( $lead_id ) ) {
if ( empty( $lead_id ) ) {
return;
}

Expand Down

0 comments on commit 697d155

Please sign in to comment.