Skip to content

Commit

Permalink
fix: export from loki should not include meta (twikoojs#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Android-KitKat authored Sep 12, 2023
1 parent 38c4643 commit e8f6d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/self-hosted/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ async function commentExportForAdmin (event) {
.getCollection(collection)
.chain()
.find({})
.data()
.data({ removeMeta: true })
res.code = RES_CODE.SUCCESS
res.data = data
} else {
Expand Down

0 comments on commit e8f6d5a

Please sign in to comment.