diff --git a/src/libs/API.js b/src/libs/API.js index 94b48e42b454..60ebf7334203 100644 --- a/src/libs/API.js +++ b/src/libs/API.js @@ -489,7 +489,7 @@ function GetFullPolicy(policyID) { const commandName = 'Get'; const parameters = { returnValueList: 'policyList', - policyIDList: [policyID], + policyIDList: policyID, }; return Network.post(commandName, parameters); }