Typo fix
parent
4d83a4ce98
commit
afd4bc697d
|
|
@ -97,7 +97,7 @@ for (var i=0;i<statIDs.length;i+=2) {
|
||||||
return promise.then(function () {
|
return promise.then(function () {
|
||||||
return Bangle.buzz(buzzTime);
|
return Bangle.buzz(buzzTime);
|
||||||
});
|
});
|
||||||
}, Promise.resolve());g
|
}, Promise.resolve());
|
||||||
console.log(`notify from ${JSON.stringify(e)}`);
|
console.log(`notify from ${JSON.stringify(e)}`);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue