free-be-account 0.0.8 → 0.0.9

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 +1 -1
package/index.js CHANGED
@@ -1371,7 +1371,7 @@ module.exports = (app) => ({
1371
1371
  // if (!clearPermission(perms)) {
1372
1372
  // perms = {}
1373
1373
  // }
1374
- const perm = '*';
1374
+ const perms = '*';
1375
1375
 
1376
1376
  await m.models.account.create({
1377
1377
  Saved: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-be-account",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "main": "index.js",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {