diff --git a/src/upgrades/1.12.1/clear_username_email_history.js b/src/upgrades/1.12.1/clear_username_email_history.js index 9c2d9a5feb..e7c7e82766 100644 --- a/src/upgrades/1.12.1/clear_username_email_history.js +++ b/src/upgrades/1.12.1/clear_username_email_history.js @@ -7,7 +7,7 @@ const user = require('../../user'); module.exports = { name: 'Delete username email history for deleted users', timestamp: Date.UTC(2019, 2, 25), - method: async function (callback) { + method: function (callback) { const progress = this.progress; var currentUid = 1; db.getObjectField('global', 'nextUid', function (err, nextUid) {