Skip to content

Commit

Permalink
fix: upgrade script date
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Oct 5, 2023
1 parent 6c3ff86 commit 6f5a965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrades/3.5.0/notification_translations.js
Expand Up @@ -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;

Expand Down

0 comments on commit 6f5a965

Please sign in to comment.