Dropped useless json tag

This commit is contained in:
Thomas Boerger
2018-04-14 23:24:47 +02:00
parent 6bf531f14d
commit d18025cc99
+1 -1
View File
@@ -48,7 +48,7 @@ type (
}
Job struct {
Started int64 `json:"started"`
Started int64
}
Plugin struct {