Skip to content

Commit

Permalink
feat: set deviceID to 17217
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jun 27, 2021
1 parent ebe87e1 commit 79ee2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getCompactInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = async function getCompactInfo(index) {
},
eventId: 0,
eventValue: 0,
deviceId: 1234
deviceId: 17217
};
let compactLog = createCompactLog(options, 16);
return compactLog;
Expand Down

0 comments on commit 79ee2f6

Please sign in to comment.