master
Salim Blume 2022-03-05 02:22:33 -06:00
parent 4d83a4ce98
commit afd4bc697d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ for (var i=0;i<statIDs.length;i+=2) {
return promise.then(function () {
return Bangle.buzz(buzzTime);
});
}, Promise.resolve());g
}, Promise.resolve());
console.log(`notify from ${JSON.stringify(e)}`);
});
}