Update pulse-common-func.gnut

This commit is contained in:
okvdai
2023-06-08 12:33:06 +02:00
parent 908a875f6d
commit d74c57ec2b
@@ -36,7 +36,7 @@ bool function pulseRequestData(string givenURL, table parameterTable, string tab
} }
foreach (key, value in parameterTable) foreach (key, value in parameterTable)
{ {
requestTable[string(key)] <- [expect string(parameterTable[string(key)])] requestTable[string(key)] <- [string(value)]
} }
return NSHttpGet(givenURL, requestTable, onSuccess, onFailure) return NSHttpGet(givenURL, requestTable, onSuccess, onFailure)
} }