Reaperxxxx commited on
Commit
eaaa928
·
verified ·
1 Parent(s): 389c31f

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -20,7 +20,7 @@ function readData() {
20
  if (!fs.existsSync(DATA_FILE)) return {};
21
  return JSON.parse(fs.readFileSync(DATA_FILE));
22
  }
23
- console.log("Loaded API Key:", process.env.API_KEY);
24
  // Function to write stored data
25
  function writeData(data) {
26
  fs.writeFileSync(DATA_FILE, JSON.stringify(data, null, 2));
 
20
  if (!fs.existsSync(DATA_FILE)) return {};
21
  return JSON.parse(fs.readFileSync(DATA_FILE));
22
  }
23
+
24
  // Function to write stored data
25
  function writeData(data) {
26
  fs.writeFileSync(DATA_FILE, JSON.stringify(data, null, 2));