Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jan 20, 2024
1 parent 6c6f437 commit ad629c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { v4 } from 'uuid';
import { Job, Queue, QueueEvents, Worker } from '../src/classes';
import { JobsOptions } from '../src/types';
import { delay, getParentKey, removeAllQueueData } from '../src/utils';
import { SSL_OP_NO_TLSv1_2 } from 'constants';

describe('Job', function () {
const redisHost = process.env.REDIS_HOST || 'localhost';
Expand Down

0 comments on commit ad629c7

Please sign in to comment.