diff --git a/endpoint.go b/endpoint.go index 291161a8..2bdf5cf5 100644 --- a/endpoint.go +++ b/endpoint.go @@ -12,7 +12,7 @@ type Endpoints struct { type mdmEnrollRequest struct{} type mdmEnrollResponse struct { - Profile, + Profile Err error `plist:"error,omitempty"` }