mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add forgotten JSON serialization tag (#640)
This commit is contained in:
parent
0e783e7887
commit
56b3799457
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ type ScheduledQueryService interface {
|
|||
type ScheduledQuery struct {
|
||||
UpdateCreateTimestamps
|
||||
DeleteFields
|
||||
ID uint
|
||||
ID uint `json:"id"`
|
||||
PackID uint `json:"pack_id" db:"pack_id"`
|
||||
QueryID uint `json:"query_id" db:"query_id"`
|
||||
Query string `json:"query"` // populated via a join on queries
|
||||
|
|
|
|||
Loading…
Reference in a new issue