wait for callback

This commit is contained in:
barisusakli
2014-09-19 15:54:13 -04:00
parent aee8b87385
commit f3f4711a60
7 changed files with 72 additions and 36 deletions

View File

@@ -211,7 +211,7 @@ var winston = require('winston'),
}
if (timestamp) {
topics.updateTimestamp(tid, timestamp);
return topics.updateTimestamp(tid, timestamp, callback);
}
callback();
});