This commit is contained in:
Hachi-R 2024-12-22 20:21:16 -03:00
parent db01980eb8
commit 79bb12ee61

View File

@ -7,7 +7,7 @@ const processProfileImage = async (
) => { ) => {
return PythonRPC.rpc.post<{ imagePath: string; mimeType: string }>( return PythonRPC.rpc.post<{ imagePath: string; mimeType: string }>(
"/profile_image_processor/process_image", "/profile_image_processor/process_image",
{ path }, { path }
); );
}; };