tkserver 1.6.20 → 1.6.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -517,7 +517,7 @@ async function commentExportForAdmin (event) {
517
517
  .getCollection(collection)
518
518
  .chain()
519
519
  .find({})
520
- .data()
520
+ .data({ removeMeta: true })
521
521
  res.code = RES_CODE.SUCCESS
522
522
  res.data = data
523
523
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tkserver",
3
- "version": "1.6.20",
3
+ "version": "1.6.21",
4
4
  "description": "A simple comment system.",
5
5
  "keywords": [
6
6
  "twikoo",
@@ -31,7 +31,7 @@
31
31
  "get-user-ip": "^1.0.1",
32
32
  "lokijs": "^1.5.12",
33
33
  "mongodb": "^3.6.3",
34
- "twikoo-func": "1.6.20",
34
+ "twikoo-func": "1.6.21",
35
35
  "uuid": "^8.3.2"
36
36
  }
37
37
  }