Add missing closing bracket

This commit is contained in:
Skylar Grant 2024-08-22 19:17:38 -04:00
parent 594d177348
commit 0c1c1483b1
1 changed files with 1 additions and 0 deletions

View File

@ -162,5 +162,6 @@ module.exports = {
Promise.all(promises).then(() => {
console.log('State change complete.');
}).catch(e => console.error(e));
}
}
}