mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-31 03:18:03 +02:00
chore: lint
This commit is contained in:
@@ -121,7 +121,7 @@ Actors.assert = async (ids, options = {}) => {
|
||||
|
||||
await Promise.all([
|
||||
db.setObjectBulk(bulkSet),
|
||||
db.sortedSetAdd('usersRemote:lastCrawled', profiles.map(p => now), profiles.map(p => p.uid)),
|
||||
db.sortedSetAdd('usersRemote:lastCrawled', profiles.map(() => now), profiles.map(p => p.uid)),
|
||||
db.sortedSetRemoveBulk(queries.searchRemove),
|
||||
db.sortedSetAddBulk(queries.searchAdd),
|
||||
db.deleteObjectFields('handle:uid', queries.handleRemove),
|
||||
|
||||
Reference in New Issue
Block a user