mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
wait for callback
This commit is contained in:
@@ -211,7 +211,7 @@ var winston = require('winston'),
|
||||
}
|
||||
|
||||
if (timestamp) {
|
||||
topics.updateTimestamp(tid, timestamp);
|
||||
return topics.updateTimestamp(tid, timestamp, callback);
|
||||
}
|
||||
callback();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user