Skip to content

Commit

Permalink
Merge pull request #155 from openBackhaul:schiavi-siae/issue154
Browse files Browse the repository at this point in the history
Wrong response for service request /v1/provide-mac-table-of-specific-device
  • Loading branch information
schiavi-siae authored Nov 28, 2023
2 parents 4e617ae + 6fd4240 commit 66c9a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/service/IndividualServicesService.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ const PromptForProvidingAllMacTablesCausesReadingFromElasticSearch = async funct
const source = hit._source['mac-address'];

for (const element of source) {
element["time-stamp-of-data"] = formatTimestamp(element["time-stamp-of-data"]);
response['application/json'].push(element);
}
}
Expand Down

0 comments on commit 66c9a64

Please sign in to comment.