Skip to content

Commit

Permalink
Created a new configuration entry to enable saving keychains charms t…
Browse files Browse the repository at this point in the history
…o the local DB.
  • Loading branch information
wangxingzhen committed Oct 19, 2024
1 parent df04cb2 commit 247cda0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const winston = require('winston'),
gameData = new (require('./lib/game_data'))(CONFIG.game_files_update_interval, CONFIG.enable_game_file_updates),
errors = require('./errors'),
Job = require('./lib/job');
const {config} = require("winston");

if (CONFIG.max_simultaneous_requests === undefined) {
CONFIG.max_simultaneous_requests = 1;
Expand Down

0 comments on commit 247cda0

Please sign in to comment.