We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd6856 commit e41a32bCopy full SHA for e41a32b
src/server/routes/feeds.js
@@ -26,6 +26,7 @@ routes.get('/thrive', async (req, res, next) => {
26
limit: 20,
27
order: '-sys.createdAt',
28
include: 2,
29
+ 'sys.firstPublishedAt[exists]': true,
30
});
31
const feed = new RSS({
32
title: 'Topcoder Thrive',
0 commit comments