comments issue on posts
This commit is contained in:
@@ -79,7 +79,7 @@ router.get(`${config.site_path}/post/:post_index`, (req, res) => {
|
||||
post,
|
||||
postID,
|
||||
user: data.getdata('users','id', post.userID),
|
||||
comments: data.getdata('comments','id', postID)["comments"],
|
||||
comments: data.getdata('comments','id', postID),
|
||||
fromUnixTime,
|
||||
format,
|
||||
getUnixTime,
|
||||
|
||||
Reference in New Issue
Block a user