From 2768c1e7f9771c699f155e0f3eb5e5a5f61daa5b Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Thu, 30 Jan 2025 09:28:59 -0700 Subject: [PATCH] Fixed parameter mismatch when calling converttojson routine --- LSL2/STPROC/REACTORMODES_API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSL2/STPROC/REACTORMODES_API.txt b/LSL2/STPROC/REACTORMODES_API.txt index ab9e725..4513584 100644 --- a/LSL2/STPROC/REACTORMODES_API.txt +++ b/LSL2/STPROC/REACTORMODES_API.txt @@ -186,7 +186,7 @@ CreateHALCollection: If SRP_JSON(hReactModeArray, 'New', 'Array') then For each reactMode in reactModesList using @FM setting fPos - reactModeJSON = React_Mode_Ng_Services('ConvertRecordToJSON', reactMode, '' ,FullEndpointURL:'/':reactMode) + reactModeJSON = React_Mode_Ng_Services('ConvertRecordToJSON', reactMode,FullEndpointURL:'/':reactMode) If Error_Services('NoError') then If SRP_JSON(hReactModeObj, 'New', 'Object') then If (SRP_JSON(hReactMode, 'Parse', reactModeJSON) EQ '') then