Fix for #15171
This commit is contained in:
Victor Lyuboslavsky 2023-11-22 15:14:26 -06:00 committed by GitHub
parent 34daa46b09
commit e8b1041f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,7 +318,7 @@ type Host struct {
DEPAssignedToFleet *bool `json:"dep_assigned_to_fleet,omitempty" db:"dep_assigned_to_fleet" csv:"-"`
// LastRestartedAt is a UNIX timestamp that indicates when the Host was last restarted.
LastRestartedAt time.Time `json:"last_restarted_at" db:"last_restarted_at"`
LastRestartedAt time.Time `json:"last_restarted_at" db:"last_restarted_at" csv:"last_restarted_at"`
}
type MDMHostData struct {