mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
feat(event): New Year's Eve 2021
This commit is contained in:
@@ -18,7 +18,7 @@ function setUpServer () {
|
||||
setUpServer();
|
||||
|
||||
// Replace this with your migration
|
||||
const processUsers = require().default;
|
||||
const processUsers = require('./archive/2021/20211230_nye').default;
|
||||
|
||||
processUsers()
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user