mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
scroll to posts
This commit is contained in:
@@ -24,9 +24,7 @@ var RDB = require('./redis.js'),
|
||||
callback(posts);
|
||||
});
|
||||
} else {
|
||||
callback({
|
||||
error: 'no-posts'
|
||||
});
|
||||
callback([]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user