From 33fcf4f9a687e2203e181ddbfd3d182d915dfa25 Mon Sep 17 00:00:00 2001
From: Biswakalyan Bhuyan <biswa@surgot.in>
Date: Mon, 8 Apr 2024 14:22:32 +0530
Subject: update

---
 public/js/script.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'public/js')

diff --git a/public/js/script.js b/public/js/script.js
index 9d06633..3fcb23c 100644
--- a/public/js/script.js
+++ b/public/js/script.js
@@ -28,4 +28,4 @@ var x = setInterval(function() {
     clearInterval(x);
     document.getElementById("demo").innerHTML = "EXPIRED";
   }
-}, 1000);
\ No newline at end of file
+}, 1000);
-- 
cgit v1.2.3-59-g8ed1b