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