diff --git a/src/upgrades/4.8.2/clean_ap_tids_from_topic_zsets.js b/src/upgrades/4.8.2/clean_ap_tids_from_topic_zsets.js index d5ce541eb9..b87924901b 100644 --- a/src/upgrades/4.8.2/clean_ap_tids_from_topic_zsets.js +++ b/src/upgrades/4.8.2/clean_ap_tids_from_topic_zsets.js @@ -5,7 +5,7 @@ const batch = require('../../batch'); const utils = require('../../utils'); module.exports = { - name: 'Remote AP tids from topics:recent, topics:views, topics:posts, topics:votes zsets', + name: 'Remove AP tids from topics:recent, topics:views, topics:posts, topics:votes zsets', timestamp: Date.UTC(2026, 0, 25), method: async function () { const { progress } = this;