🐛 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:
DevMirza
2023-10-09 21:39:55 +05:00
committed by GitHub
parent 9d5cf5ea03
commit 67d0ef571d
3 changed files with 7 additions and 8 deletions

View File

@@ -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) {