Skip to content

Commit

Permalink
ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Nov 22, 2023
1 parent 393a57c commit dd84989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatypes/GoogleSheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getFeed($url, $settings, $usePrimaryElement = true)
$key = $headers[$j];

if (trim($key) == '') {
$key = 'blank_heading_' . ($j+1);
$key = 'blank_heading_' . ($j + 1);
}

$array[$i][$key] = $column;
Expand Down

0 comments on commit dd84989

Please sign in to comment.