Removed entry_id from query since it's not used in RSS.
This commit is contained in:
parent
d15ed2ef97
commit
01b0427a40
@ -34,7 +34,6 @@ exports.getPostsForRSS = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
let query = "\
|
||||
SELECT\
|
||||
`blog`.`entry_id` AS `post_id`,\
|
||||
`blog`.`date`,\
|
||||
`blog_categories`.`category`,\
|
||||
`blog`.`title`,\
|
||||
|
Loading…
Reference in New Issue
Block a user