diff --git a/src/core/operations/Image.js b/src/core/operations/Image.js index e5dc2a9c..ef35918b 100644 --- a/src/core/operations/Image.js +++ b/src/core/operations/Image.js @@ -41,7 +41,7 @@ const Image = { throw "Could not extract EXIF data from image: " + err; } }, - + }; export default Image;