Skip to content

Commit

Permalink
Update entities-NGSI-v2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 7, 2024
1 parent 8c7ebcd commit cfbe12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/ngsi/entities-NGSI-v2.js
Expand Up @@ -544,7 +544,7 @@ function sendUpdateValueNgsi2(entityName, originMeasures, typeInformation, token

//PRE-PROCESSING FINISHED
//Explicit ATTRS and SKIPVALUES will be managed while we build NGSI payload

//Get ready to build and send NGSI payload (entities-->payload)
for (let ename in entities) {
for (let etype in entities[ename]) {
let e = {};
Expand Down

0 comments on commit cfbe12f

Please sign in to comment.