introduce linting error

This commit is contained in:
tooomm 2022-01-31 14:16:34 +01:00
parent f93c0a4c19
commit 0a622bcb2e

View file

@ -22,7 +22,7 @@ export const generateSalt = (): string => {
salt += characters.charAt(Math.floor(Math.random() * characters.length));
}
return salt;
return salt;
}
export const passwordSaltSupported = (serverOptions, webClient): number => {