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

@ -163,4 +163,5 @@ module.exports = {
console.log('State change complete.'); console.log('State change complete.');
}).catch(e => console.error(e)); }).catch(e => console.error(e));
} }
}
} }