Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 25, 2024
1 parent 8b23bee commit 97ffe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const fs = require('fs');
const config = require('wild-config');
const pathlib = require('path');
const redisUrl = require('./redis-url');
const packageData = require('../package.json');
const { threadId } = require('worker_threads');
//const packageData = require('../package.json');
//const { threadId } = require('worker_threads');
const logger = require('./logger');
const { REDIS_PREFIX } = require('./consts');
const Path = require('path');
Expand Down

0 comments on commit 97ffe2b

Please sign in to comment.