mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
lint
This commit is contained in:
parent
db01980eb8
commit
79bb12ee61
@ -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 }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user