mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(migrations): better dummy require
This commit is contained in:
parent
9291414f7b
commit
272a6ec19d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function setUpServer () {
|
|||
setUpServer();
|
||||
|
||||
// Replace this with your migration
|
||||
const processUsers = require('').default;
|
||||
const processUsers = require().default;
|
||||
|
||||
processUsers()
|
||||
.then(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue