3.4 almost working
This commit is contained in:
parent
3f6f9c3e73
commit
32893467bb
@ -50,7 +50,7 @@ module.exports = {
|
|||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
});
|
});
|
||||||
// Wait 1000ms before toggling again.
|
// Wait 1000ms before toggling again.
|
||||||
setTimeout(() => {
|
await setTimeout(() => {
|
||||||
this.togglePin(pin.board, err => {
|
this.togglePin(pin.board, err => {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user