Skip to content

Commit

Permalink
helping for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Mar 17, 2024
1 parent 80d4a5b commit 90a1fe1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const kafkaClient = process.env.SERVER
kafkaClient.connectProducer(undefined);

const addSensorData = async (req) => {
console.log(req.body)
const data = Object.keys(req.body).map((x) => {
const senseur = x.replace(/^\D+/g, '');
const position = x.replace(senseur, '');
Expand Down

0 comments on commit 90a1fe1

Please sign in to comment.