change in key from "Action" to "Actions"

This commit is contained in:
Nishanth T 2020-11-03 15:22:21 +05:30
parent e2bfca089c
commit e6a402a5bc

View File

@ -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"];