mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 13:30:23 +01:00
fix: upgrade script date
This commit is contained in:
@@ -7,7 +7,7 @@ const batch = require('../../batch');
|
||||
|
||||
module.exports = {
|
||||
name: 'Update translation keys in notification bodyShort',
|
||||
timestamp: Date.UTC(2023, 6, 27),
|
||||
timestamp: Date.UTC(2023, 9, 5),
|
||||
method: async function () {
|
||||
const { progress } = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user