mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +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 = {
|
||||
_id: 1,
|
||||
items: 1,
|
||||
migration: 1,
|
||||
flags: 1,
|
||||
};
|
||||
|
||||
while (true) { // eslint-disable-line no-constant-condition
|
||||
|
|
|
|||
Loading…
Reference in a new issue