blank line fixed

This commit is contained in:
kehiy 2023-05-15 02:37:32 -07:00
parent 304d47ea3b
commit 2525899eac

View file

@ -1,7 +1,5 @@
const passwordHashOld = require("password-hash"); const passwordHashOld = require("password-hash");
const bcrypt = require("bcryptjs"); const bcrypt = require("bcryptjs");
const saltRounds = bcrypt.genSaltSync(); const saltRounds = bcrypt.genSaltSync();
/** /**
@ -25,7 +23,6 @@ exports.verify = function (password, hash) {
return match; return match;
}; };
/** /**
* Is the hash a SHA1 hash * Is the hash a SHA1 hash
* @param {string} hash * @param {string} hash