mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 14:09:43 -08:00
Formatting
This commit is contained in:
parent
5962f1b627
commit
c2c666aef0
|
@ -73,7 +73,8 @@ class ImportController extends Controller
|
||||||
Helper::formatStandardApiResponse(
|
Helper::formatStandardApiResponse(
|
||||||
'error',
|
'error',
|
||||||
null,
|
null,
|
||||||
'One or more attributes in the header row contain malformed UTF-8 characters'),
|
'One or more attributes in the header row contain malformed UTF-8 characters'
|
||||||
|
),
|
||||||
500
|
500
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -105,7 +106,8 @@ class ImportController extends Controller
|
||||||
Helper::formatStandardApiResponse(
|
Helper::formatStandardApiResponse(
|
||||||
'error',
|
'error',
|
||||||
null,
|
null,
|
||||||
'One or more attributes in row 2 contain malformed UTF-8 characters'),
|
'One or more attributes in row 2 contain malformed UTF-8 characters'
|
||||||
|
),
|
||||||
500
|
500
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue