From 2547f4e342d967c4c5c5dba1a3c5b8e64fbd36d5 Mon Sep 17 00:00:00 2001 From: Mayank Raj <123984701+mayank-devtron@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:30:39 +0530 Subject: [PATCH] Update app.js pullrequest --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 7cf6bb44..e42d6083 100644 --- a/app.js +++ b/app.js @@ -39,6 +39,7 @@ setInterval(function(str1, str2) { function makeid(length) { var text = ""; var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; + var new = "abc"; for (var i = 0; i < length; i++) text += possible.charAt(Math.floor(Math.random() * possible.length));