summaryrefslogtreecommitdiff
path: root/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h')
-rw-r--r--src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h b/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h
index 0f2033a71b..f22b1216ab 100644
--- a/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h
+++ b/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.h
@@ -209,8 +209,7 @@ int32_t Formatters::CFormatterJsonSDLRPCv1::fromString(
namespace S = NsSmartDeviceLink::NsJSONHandler::strings;
if (!(result & kMessageTypeNotFound)) {
- jsonValueToObj(
- root[type][S_PARAMETERS], out[S::S_MSG_PARAMS], "parameters");
+ jsonValueToObj(root[type][S_PARAMETERS], out[S::S_MSG_PARAMS]);
out[S::S_PARAMS][S::S_MESSAGE_TYPE] = messageType;
out[S::S_PARAMS][S::S_FUNCTION_ID] = functionId;