From e6a402a5bcdac7ec3d3134266d7a4889723cfbbf Mon Sep 17 00:00:00 2001 From: Nishanth T Date: Tue, 3 Nov 2020 15:22:21 +0530 Subject: [PATCH] change in key from "Action" to "Actions" --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m index 2bf4fde..31ae9ed 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m @@ -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"];