mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-18 16:01:55 +02:00
bleh
This commit is contained in:
@@ -277,8 +277,7 @@ marked.setOptions({
|
||||
RDB.sismember(schema.topics(tid).read_by_uid, uid, function(err, hasRead) {
|
||||
if(err === null) {
|
||||
callback(hasRead);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
console.log(err);
|
||||
callback(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user