(fix) use message instead of error as key

pull/186/head
Ludovic Marcotte 2015-12-10 13:40:31 -05:00
parent 89ae2a3d8d
commit 2657612136
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@
else
response = [self responseWithStatus: 400
andJSONRepresentation: [NSDictionary dictionaryWithObject: @"missing 'uids' parameter"
forKey: @"error"]];
forKey: @"message"]];
return response;
}