mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 19:31:03 +00:00
fix: adding no backup preview condition
This commit is contained in:
@@ -33,9 +33,6 @@ const getNewProfileImageUrl = async (localImageUrl: string) => {
|
||||
headers: {
|
||||
"Content-Type": mimeType,
|
||||
},
|
||||
onUploadProgress: (progressEvent) => {
|
||||
console.log(progressEvent);
|
||||
},
|
||||
});
|
||||
|
||||
return profileImageUrl;
|
||||
|
||||
Reference in New Issue
Block a user