Skip to content

Commit 5993de0

Browse files
committed
fix(lint): remove unused import
1 parent cbe99cc commit 5993de0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/client/src/components/tasks/column.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@
348348
import throttle from 'lodash/throttle';
349349
import isEmpty from 'lodash/isEmpty';
350350
import draggable from 'vuedraggable';
351-
import { shouldDo } from '@/../../common/script/cron';
352351
import inAppRewards from '@/../../common/script/libs/inAppRewards';
353352
import taskDefaults from '@/../../common/script/libs/taskDefaults';
354353
import Task from './task';

0 commit comments

Comments
 (0)