Skip to content

Commit 247cda0

Browse files
committed
Created a new configuration entry to enable saving keychains charms to the local DB.
1 parent df04cb2 commit 247cda0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const winston = require('winston'),
1818
gameData = new (require('./lib/game_data'))(CONFIG.game_files_update_interval, CONFIG.enable_game_file_updates),
1919
errors = require('./errors'),
2020
Job = require('./lib/job');
21-
const {config} = require("winston");
2221

2322
if (CONFIG.max_simultaneous_requests === undefined) {
2423
CONFIG.max_simultaneous_requests = 1;

0 commit comments

Comments
 (0)