Skip to content

Commit

Permalink
fix: #8562
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Aug 14, 2020
1 parent 2adae87 commit 31c2b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrades/1.12.1/clear_username_email_history.js
Expand Up @@ -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) {
Expand Down

1 comment on commit 31c2b7d

@julianlam
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆 Right.

Please sign in to comment.