mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
fix for threads that have 0 posts
This commit is contained in:
@@ -48,6 +48,8 @@ var RDB = require('./redis.js');
|
||||
|
||||
callback({'posts': posts});
|
||||
});
|
||||
} else {
|
||||
callback({});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user