Skip to content

Commit

Permalink
fix 'created_at' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Sep 2, 2021
1 parent c1584c5 commit 9521598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h02own.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 9521598

Please sign in to comment.