Minor cleanup

This commit is contained in:
Bryan Ashby
2022-06-12 15:22:24 -06:00
parent 9172fdda9d
commit 6c99a070d3
7 changed files with 18 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ exports.getModule = class BBSLinkModule extends MenuModule {
'/auth.php?key=' + randomKey,
headers,
function resp(err, body) {
var status = body.trim();
const status = body.trim();
if ('complete' === status) {
return callback(null);