fix export

This commit is contained in:
Samuel Newman
2026-02-03 11:34:14 -06:00
parent 3bf8752b5e
commit f10e7f2319
+1 -3
View File
@@ -130,9 +130,7 @@ const extensionToMimeType: Record<
* `mimeType`. If `mimeType` is not available, we try to infer it through * `mimeType`. If `mimeType` is not available, we try to infer it through
* various means. * various means.
*/ */
export async function classifyImagePickerAsset( async function classifyImagePickerAsset(asset: ImagePickerAsset): Promise<
asset: ImagePickerAsset,
): Promise<
| { | {
success: true success: true
type: AssetType type: AssetType