select more fields

This commit is contained in:
Matteo Pagliazzi 2018-11-09 13:04:25 +01:00
parent 39a35f44ef
commit 808885425f

View file

@ -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