diff --git a/html/template/sync/communication-root.html b/html/template/sync/communication-root.html
index 7f074544..4347f0ec 100644
--- a/html/template/sync/communication-root.html
+++ b/html/template/sync/communication-root.html
@@ -883,7 +883,7 @@
>Distance from Reporter
diff --git a/platform/types/image.go b/platform/types/image.go
index ac85631a..e3faf369 100644
--- a/platform/types/image.go
+++ b/platform/types/image.go
@@ -15,7 +15,7 @@ type Exif struct {
Model string `json:"model"`
}
-func (e *Exif) MarshalJSON() ([]byte, error) {
+func (e Exif) MarshalJSON() ([]byte, error) {
to_marshal := make(map[string]interface{}, 0)
if e.Created != "" {
layout := "2006:01:02 15:04:05"