Skip to content

Commit

Permalink
Update lib/services/ngsi/entities-NGSI-v2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed May 7, 2024
1 parent ecf1e04 commit ae17e28
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 @@ -299,7 +299,7 @@ function sendUpdateValueNgsi2(entityName, originMeasures, typeInformation, token
originMeasures = [originMeasures];
}
for (let measures of originMeasures) {
entities = {}; //{entityName:{entityType:[attrs]}} //SubGoal Populate entoties data striucture
entities = {}; //{entityName:{entityType:[attrs]}} //SubGoal Populate entities data structure
let jexlctxt = {}; //will store the whole context (not just for JEXL)

let plainMeasures = null; //will contain measures POJO
Expand Down

0 comments on commit ae17e28

Please sign in to comment.