Skip to content

Commit

Permalink
fix typo in sync popular, fix #477
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Oct 14, 2014
1 parent 9b13c18 commit 7e583b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/index.js
Expand Up @@ -135,7 +135,7 @@ var syncPopular = co(function* syncPopular() {
sendMailToAdmin(error, data, new Date());
}

syncPopular = false;
syncingPopular = false;
});

if (config.syncPopular) {
Expand Down

0 comments on commit 7e583b2

Please sign in to comment.