mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Fixed lint issues
This commit is contained in:
parent
8582a67308
commit
bab41647f5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import requireAgain from 'require-again';
|
|||
import { recoverCron, cron } from '../../../../../website/server/libs/cron';
|
||||
import { model as User } from '../../../../../website/server/models/user';
|
||||
import * as Tasks from '../../../../../website/server/models/task';
|
||||
import { clone, filter } from 'lodash';
|
||||
import { clone } from 'lodash';
|
||||
import common from '../../../../../website/common';
|
||||
import analytics from '../../../../../website/server/libs/analyticsService';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue