Skip to content

Commit 6a31cdd

Browse files
committed
HARMONY-1963: Remove unused import
1 parent 9250763 commit 6a31cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/harmony/app/models/work-item.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/dot-notation */
22
import { subMinutes } from 'date-fns';
33
import { ILengthAwarePagination } from 'knex-paginate';
4-
import _, { last } from 'lodash';
4+
import _ from 'lodash';
55

66
import { getWorkSchedulerQueue } from '../../app/util/queue/queue-factory';
77
import { eventEmitter } from '../events';

0 commit comments

Comments
 (0)