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