mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixed spacing
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
dc902e7a5a
commit
f04aeb9f2b
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue