caliphdev commited on
Commit
9ecf8b5
·
verified ·
1 Parent(s): df0f795

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -7,7 +7,7 @@ const crypto = require('crypto');
7
  const fs = require('fs');
8
  const nsfwcheck = require('./lib/isporn');
9
  const PORT = process.env.PORT || 4000;
10
- const tempFolderPath = path.join(__dirname, '.temp');
11
 
12
  if (!fs.existsSync(tempFolderPath)) {
13
  console.log('Creating Temporary Folder...');
 
7
  const fs = require('fs');
8
  const nsfwcheck = require('./lib/isporn');
9
  const PORT = process.env.PORT || 4000;
10
+ const tempFolderPath = path.join(__dirname, 'temp');
11
 
12
  if (!fs.existsSync(tempFolderPath)) {
13
  console.log('Creating Temporary Folder...');