fix upgrade script

This commit is contained in:
Barış Soner Uşaklı
2026-02-24 17:57:52 -05:00
parent 470cf58610
commit d1a10de8f8

View File

@@ -26,7 +26,7 @@ module.exports = {
});
await batch.processArray(removePosts, async (pids) => {
await db.sortedSetsRemove(['posts:pid', 'posts:votes'], pids);
await db.sortedSetRemove(['posts:pid', 'posts:votes'], pids);
}, {
batch: 500,
});