@riocrypto/common-server 1.0.1504 → 1.0.1505

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.
@@ -23,7 +23,7 @@ const requireMinAdminRole = (req, res, next, minRole) => __awaiter(void 0, void
23
23
  adminRoleOrder.indexOf(minRole)) {
24
24
  throw new common_1.GenericInputError(`Insufficient permissions. This endpoint requires at least the ${minRole} role. Contact Javier to change your access role.`);
25
25
  }
26
- next();
27
26
  }
27
+ next();
28
28
  });
29
29
  exports.requireMinAdminRole = requireMinAdminRole;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1504",
3
+ "version": "1.0.1505",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",