mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +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();
|
setUpServer();
|
||||||
|
|
||||||
// Replace this with your migration
|
// Replace this with your migration
|
||||||
const processUsers = require('./users/mystery-items.js');
|
const processUsers = require('');
|
||||||
processUsers()
|
processUsers()
|
||||||
.then(function success () {
|
.then(function success () {
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue