Skip to content
Prev Previous commit
Next Next commit
Code clean up
  • Loading branch information
enejb authored and CGastrell committed Sep 23, 2025
commit d3a98e640165a86b32f3d1ae5c139e5c9589b00a
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,6 @@ public function export_to_gdrive() {
__( 'You aren\'t authorized to do that.', 'jetpack-forms' ),
403
);

return;
}

Expand All @@ -3494,8 +3493,6 @@ public function export_to_gdrive() {
foreach ( $fields as $single_field_name ) {
if ( isset( $export_data[ $single_field_name ][ $i ] ) ) {
$current_row[] = $export_data[ $single_field_name ][ $i ];
} else {
$current_row[] = '';
}
}

Expand Down