From 93d767c9d61f432b69b549e6eb440c498d0f6941 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 9 Mar 2026 22:10:15 +0000 Subject: [PATCH] Reference new distance from report for photos --- html/template/sync/communication-root.html | 2 +- platform/types/image.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"