mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 13:25:38 +08:00
Do not capitalize errors.
This commit is contained in:
@@ -93,7 +93,7 @@ func (svc service) ackQueryResponses(req mdm.Response) error {
|
||||
}
|
||||
|
||||
if len(devices) > 1 {
|
||||
return errors.New("Expected a single query result for device, got more than one.")
|
||||
return errors.New("expected a single query result for device, got more than one.")
|
||||
}
|
||||
|
||||
existing := devices[0]
|
||||
|
||||
Reference in New Issue
Block a user