Formatting

This commit is contained in:
Marcus Moore 2023-02-08 12:32:57 -08:00 committed by snipe
parent 6da43bc940
commit 18f0b1cc3d

View file

@ -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
); );
} }