mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore(node): upgrade to Node 20
This commit is contained in:
@@ -5,7 +5,7 @@ import nconf from 'nconf';
|
||||
import { model as User } from '../models/user';
|
||||
import common from '../../common';
|
||||
import { preenUserHistory } from './preening';
|
||||
import sleep from './sleep';
|
||||
import { sleep } from './sleep';
|
||||
import { revealMysteryItems } from './payments/subscriptions';
|
||||
|
||||
const CRON_SAFE_MODE = nconf.get('CRON_SAFE_MODE') === 'true';
|
||||
|
||||
Reference in New Issue
Block a user