mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 07:05:51 +00:00
refactor: adjust path to cron module in common code
This commit is contained in:
parent
0406142e0e
commit
8c6d8163bc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import _ from 'lodash';
|
|||
import {
|
||||
daysSince,
|
||||
shouldDo,
|
||||
} from '../../common/script/cron';
|
||||
} from './cron';
|
||||
import {
|
||||
MAX_HEALTH,
|
||||
MAX_LEVEL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue