You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following on from NodeBB/NodeBB#10410 could this upgrade use async.each instead of async.eachSeries. Is order important in this script? As far as I can tell it isn't but I'm not 100%.
If you still do need it, then it'd be best to have this one rewritten in async..await, but looking at that code, it should be fine to just change it to async.each.
Following on from NodeBB/NodeBB#10410 could this upgrade use async.each instead of async.eachSeries. Is order important in this script? As far as I can tell it isn't but I'm not 100%.
nodebb-plugin-session-sharing/upgrades/session_sharing_hash_to_zset.js
Lines 51 to 54 in dacbc75
The text was updated successfully, but these errors were encountered: