Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchyvr committed Nov 20, 2023
1 parent 19f61b2 commit 7699e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = async function (context, req) {

// The binary data of the .ibt file is contained in req.rawBody
const telemetryData = req.rawBody
console.log('Type of rawBody:', typeof req.rawBody)

// Process telemetry
const telemetry = new Telemetry(telemetryData)
Expand Down

0 comments on commit 7699e35

Please sign in to comment.