Skip to content

Commit c2b653f

Browse files
committed
chore: removed unused variable
1 parent ded18c7 commit c2b653f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/auth-management.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ ImmudbClient({
2424
address: `${IMMUDB_HOST}:${IMMUDB_PORT}`,
2525
}, main)
2626

27-
const rand = '' + Math.floor(Math.random()
28-
* Math.floor(100000))
29-
3027
async function main(err, cl) {
3128
if (err) {
3229
return console.log(err)

0 commit comments

Comments
 (0)