aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/Import & Export/ImageUtils.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-06-10 15:43:05 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-06-10 15:43:05 +0530
commit84ccaf9703c945d4d47d5dc847f45ecaa3f5de17 (patch)
treedc5a881fedfff47355c85276a301f0ee5e9a1837 /src/client/util/Import & Export/ImageUtils.ts
parentca2757e137e287f3d6d711c97e2b8a212dd28021 (diff)
parentc3bbedc622080c6087c862d6fb0c8b3438d51edc (diff)
merged
Diffstat (limited to 'src/client/util/Import & Export/ImageUtils.ts')
-rw-r--r--src/client/util/Import & Export/ImageUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/Import & Export/ImageUtils.ts b/src/client/util/Import & Export/ImageUtils.ts
index 072e5f58a..0d12b39b8 100644
--- a/src/client/util/Import & Export/ImageUtils.ts
+++ b/src/client/util/Import & Export/ImageUtils.ts
@@ -20,7 +20,7 @@ export namespace ImageUtils {
nativeHeight,
exifData: { error, data }
} = await Networking.PostToServer("/inspectImage", { source });
- document.exif = error || Docs.Get.FromJson({ data });
+ document.exif = error || Doc.Get.FromJson({ data });
const proto = Doc.GetProto(document);
proto["data-nativeWidth"] = nativeWidth;
proto["data-nativeHeight"] = nativeHeight;