mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(migrations): don't default to mystery items
This commit is contained in:
parent
065e8303df
commit
116f0446e5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function setUpServer () {
|
|||
setUpServer();
|
||||
|
||||
// Replace this with your migration
|
||||
const processUsers = require('./users/mystery-items.js');
|
||||
const processUsers = require('');
|
||||
processUsers()
|
||||
.then(function success () {
|
||||
process.exit(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue