change in key from "Action" to "Actions"
This commit is contained in:
parent
e2bfca089c
commit
e6a402a5bc
@ -820,7 +820,7 @@
|
||||
}
|
||||
|
||||
+ (void)loadCallActions:(nonnull MVMCoreLoadObject *)loadObject {
|
||||
NSDictionary *actionDict = [loadObject.responseJSON dict:@"Action"];
|
||||
NSDictionary *actionDict = [loadObject.responseJSON dict:@"Actions"];
|
||||
if (actionDict) {
|
||||
//TODO needs to create operation queue based on concurrent flag
|
||||
//BOOL isConcurrent = [postCallsDict boolForKey:@"concurrent"];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user