Skip to content

Commit 0b71c15

Browse files
authored
Trigger linter fix commit
1 parent 7c1d2da commit 0b71c15

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Md5Generator/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default function Md5Generator() {
1010
setText(e.target.value)
1111
const salt = Math.floor(Math.random() * (99999 - 10000 + 1)) + 10000
1212
const encrypted =
13-
1413
`md5:${salt}:${require('md5')(salt + e.target.value)}`
1514
setMd5(encrypted)
1615
}

0 commit comments

Comments
 (0)