diff --git a/migrations/preen_cron.js b/migrations/preen_cron.js index 8696bee78f..d17f241c5c 100644 --- a/migrations/preen_cron.js +++ b/migrations/preen_cron.js @@ -1,11 +1,9 @@ /** * Set this up as a midnight cron script * - * mongo habitrpg migrations/preen_cron.js + * mongo habitrpg ./node_modules/moment/moment.js migrations/preen_cron.js */ -load('./node_modules/moment/moment.js'); - /* Users are allowed to experiment with the site before registering. Every time a new browser visits habitrpg, a new "staged" account is created - and if the user later registeres, that staged account is considered a "production" account.