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