Reference new distance from report for photos

This commit is contained in:
Eli Ribble 2026-03-09 22:10:15 +00:00
parent 4cd0e05996
commit 93d767c9d6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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"