Removed entry_id from query since it's not used in RSS.

This commit is contained in:
Alexander Andreev 2021-02-20 22:55:35 +04:00
parent d15ed2ef97
commit 01b0427a40
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 0 additions and 1 deletions

View File

@ -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`,\