mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
(fix) use message instead of error as key
This commit is contained in:
@@ -499,7 +499,7 @@
|
||||
else
|
||||
response = [self responseWithStatus: 400
|
||||
andJSONRepresentation: [NSDictionary dictionaryWithObject: @"missing 'uids' parameter"
|
||||
forKey: @"error"]];
|
||||
forKey: @"message"]];
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user