mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-21 04:54:41 -04:00
Merge branch 'master' into add-JSDoc-comments
This commit is contained in:
commit
6d22ebedca
185 changed files with 15986 additions and 5448 deletions
|
@ -31,7 +31,7 @@ exports.verify = function (password, hash) {
|
|||
* @returns {boolean}
|
||||
*/
|
||||
function isSHA1(hash) {
|
||||
return (typeof hash === "string" && hash.startsWith("sha1"))
|
||||
return (typeof hash === "string" && hash.startsWith("sha1"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue