3.4 almost working

This commit is contained in:
Skylar Grant 2024-08-18 13:19:29 -04:00
parent 3f6f9c3e73
commit 32893467bb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}); });