Fixed spacing

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-02-22 18:31:02 +00:00
parent dc902e7a5a
commit f04aeb9f2b

View file

@ -70,7 +70,7 @@ class Importer extends Component
$tmp = array();
if ($this->activeFile) {
$tmp = array_combine($this->activeFile->header_row, $this->field_map);
$tmp =array_filter($tmp);
$tmp = array_filter($tmp);
}
return json_encode($tmp);