mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
select more fields
This commit is contained in:
parent
39a35f44ef
commit
808885425f
1 changed files with 3 additions and 0 deletions
|
|
@ -34,7 +34,10 @@ module.exports = async function processUsers () {
|
||||||
};
|
};
|
||||||
|
|
||||||
const fields = {
|
const fields = {
|
||||||
|
_id: 1,
|
||||||
items: 1,
|
items: 1,
|
||||||
|
migration: 1,
|
||||||
|
flags: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
while (true) { // eslint-disable-line no-constant-condition
|
while (true) { // eslint-disable-line no-constant-condition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue