From 9521598b2c93593fc00af04089a67bfb886d131a Mon Sep 17 00:00:00 2001 From: Junker <1144095+Junker@users.noreply.github.com> Date: Fri, 3 Sep 2021 02:58:34 +0700 Subject: [PATCH] fix 'created_at' parameter --- h02own.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h02own.go b/h02own.go index 873b786..4fcade2 100644 --- a/h02own.go +++ b/h02own.go @@ -55,7 +55,7 @@ type OwntracksData struct { Acc uint32 `json:"acc"` Vel float64 `json:"vel"` Tst int64 `json:"tst"` - Created_at int64 `json:"created_a"` + Created_at int64 `json:"created_at"` Conn string `json:"conn"` Tid string `json:"tid"` T string `json:"t"`