diff --git a/src/main/events/profile/process-profile-image.ts b/src/main/events/profile/process-profile-image.ts index c426a5e6..4b8079b3 100644 --- a/src/main/events/profile/process-profile-image.ts +++ b/src/main/events/profile/process-profile-image.ts @@ -7,7 +7,7 @@ const processProfileImage = async ( ) => { return PythonRPC.rpc.post<{ imagePath: string; mimeType: string }>( "/profile_image_processor/process_image", - { path }, + { path } ); };