comments issue on posts

This commit is contained in:
2026-05-30 21:11:56 +01:00
parent 3119a76d96
commit d895bbcb8c
+1 -1
View File
@@ -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,