1.3.6-1 Release - Toast for successful push.

This commit is contained in:
Patrick Fic
2022-05-17 18:18:39 -07:00
parent 1af1f6a679
commit 9c101e8bd4
3 changed files with 17 additions and 3 deletions

View File

@@ -114,7 +114,10 @@ export const handleLocalUpload = async ({ ev, context }) => {
);
}
} else {
onSuccess && onSuccess();
onSuccess &&
onSuccess({
duration: imexMediaServerResponse.headers["x-response-time"],
});
console.log("Succesful upload", imageData.filename);
}