diff options
| author | Pitu <[email protected]> | 2017-10-04 00:59:18 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-10-04 00:59:18 -0300 |
| commit | 8d8dbc70784b8879979d7214c13f5081fc1c95b0 (patch) | |
| tree | 7a6204f8e2176dfabda1889685f7f1643e56ad33 /lolisafe.js | |
| parent | Return 404 for deleted albums (diff) | |
| download | host.fuwn.me-8d8dbc70784b8879979d7214c13f5081fc1c95b0.tar.xz host.fuwn.me-8d8dbc70784b8879979d7214c13f5081fc1c95b0.zip | |
Missing semicolon
Diffstat (limited to 'lolisafe.js')
| -rw-r--r-- | lolisafe.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lolisafe.js b/lolisafe.js index 61a95ec..cd22a29 100644 --- a/lolisafe.js +++ b/lolisafe.js @@ -10,7 +10,7 @@ const fs = require('fs'); const exphbs = require('express-handlebars'); const safe = express(); -require('./database/db.js')(db) +require('./database/db.js')(db); fs.existsSync('./pages/custom' ) || fs.mkdirSync('./pages/custom'); fs.existsSync('./' + config.logsFolder) || fs.mkdirSync('./' + config.logsFolder); |