From 39d57a8dbc28512c459ea8e6488a36831de6797f Mon Sep 17 00:00:00 2001 From: Kaushal Gupta Date: Thu, 9 Jan 2025 16:21:41 +0530 Subject: [PATCH] deleted test.js --- test.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test.js diff --git a/test.js b/test.js deleted file mode 100644 index 545cefb..0000000 --- a/test.js +++ /dev/null @@ -1,4 +0,0 @@ -//this is test.js in which i checking the value of ACCESS_TOKEN is coming or not -require('dotenv').config(); -k = process.env['ACCESS_TOKEN']; -console.log(k); \ No newline at end of file