mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
refactor: adjust path to cron module in common code
This commit is contained in:
@@ -4,7 +4,7 @@ import _ from 'lodash';
|
||||
import {
|
||||
daysSince,
|
||||
shouldDo,
|
||||
} from '../../common/script/cron';
|
||||
} from './cron';
|
||||
import {
|
||||
MAX_HEALTH,
|
||||
MAX_LEVEL,
|
||||
|
||||
Reference in New Issue
Block a user