Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Mar 15, 2022
1 parent 491e175 commit d4afb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ rl.question('Enter your wsURL: ', (wsURL) => {
address: "/avatar/parameters/Heartrate3",
args:
{
type: "f",
type: "i",
value: data.data.heartRate
}
};
const HeartRateInt = {
address: "/avatar/parameters/HeartRateInt",
args:
{
type: "f",
type: "i",
value: data.data.heartRate
}
};
Expand Down

0 comments on commit d4afb85

Please sign in to comment.