mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-25 18:41:07 -04:00
🐛 fix: lint warnings & errors (#3862)
* fix: lint warnings & errors * fix: lint warning * fix: lint warnings * Update user.js * Update util-server.js * Update server/util-server.js Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com> * Update server/model/user.js Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com> --------- Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
This commit is contained in:
parent
9d5cf5ea03
commit
67d0ef571d
3 changed files with 7 additions and 8 deletions
|
@ -1066,10 +1066,9 @@ module.exports.grpcQuery = async (options) => {
|
|||
module.exports.SHAKE256_LENGTH = 16;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {string} data
|
||||
* @param {number} len
|
||||
* @return {string}
|
||||
* @param {string} data The data to be hashed
|
||||
* @param {number} len Output length of the hash
|
||||
* @returns {string} The hashed data in hex format
|
||||
*/
|
||||
module.exports.shake256 = (data, len) => {
|
||||
if (!data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue