chore: clean debug
This commit is contained in:
parent
7b277a8020
commit
e5f6834b9f
1 changed files with 0 additions and 8 deletions
|
|
@ -37,14 +37,6 @@ module.exports = async function () {
|
||||||
observable.subscribe({
|
observable.subscribe({
|
||||||
next: async ({ data }) => {
|
next: async ({ data }) => {
|
||||||
const { selectManyUser } = data
|
const { selectManyUser } = data
|
||||||
|
|
||||||
logger.debug(
|
|
||||||
{
|
|
||||||
userIds: selectManyUser.map(({ id }) => id),
|
|
||||||
},
|
|
||||||
"userTable"
|
|
||||||
)
|
|
||||||
|
|
||||||
await async.eachOf(selectManyUser, async ({ id }) =>
|
await async.eachOf(selectManyUser, async ({ id }) =>
|
||||||
addTask(tasks.DEFAULT_SWAG_USERNAME, { userId: id })
|
addTask(tasks.DEFAULT_SWAG_USERNAME, { userId: id })
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue