remove key

This commit is contained in:
SrGooglo 2023-03-07 02:12:52 +00:00
parent 0485458c27
commit e195bf8cdf

View File

@ -48,7 +48,6 @@ export default async (payload) => {
}
return {
key: Number(skip) + Number(index),
...post,
comments: comments.map((comment) => comment._id.toString()),
user,