Formatting

This commit is contained in:
Marcus Moore 2023-02-08 12:32:57 -08:00
parent 5962f1b627
commit c2c666aef0
No known key found for this signature in database

View file

@ -73,7 +73,8 @@ class ImportController extends Controller
Helper::formatStandardApiResponse(
'error',
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
);
}
@ -105,7 +106,8 @@ class ImportController extends Controller
Helper::formatStandardApiResponse(
'error',
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
);
}