Skip to content

Commit

Permalink
'e-carlin: update trpks'
Browse files Browse the repository at this point in the history
  • Loading branch information
e-carlin committed Dec 27, 2023
1 parent 829caa3 commit f505334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/trpks/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ function App() {
App.prototype.getWorkout = function () {
return new Promise(resolve => {
Bangle.on('message', function (type, msg) {
Bangle.buzz(10000);
// if (msg.title !== 'BangleDumpWorkout') {
// return;
// }
if (msg.title !== 'BangleDumpWorkout') {
return;
}
Bangle.buzz(8000);
// // Stops messages app from loading and buzzing
// msg.handled = true;
// body = JSON.parse(msg.body);
Expand Down

0 comments on commit f505334

Please sign in to comment.