blixify-server 0.1.72 → 0.1.73

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.
@@ -53,15 +53,15 @@ class CryptoMiddleware {
53
53
  catch (err) {
54
54
  throw new Error("Wrong Signature");
55
55
  }
56
- if (next) {
57
- next();
58
- }
59
56
  }
60
57
  catch (err) {
61
58
  if (wrapper.nextJs)
62
59
  return err;
63
60
  return res.status(400).json({ error: (_b = err === null || err === void 0 ? void 0 : err.message) !== null && _b !== void 0 ? _b : "" });
64
61
  }
62
+ if (next) {
63
+ next();
64
+ }
65
65
  };
66
66
  return cryptoMiddleware;
67
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blixify-server",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "license": "MIT",
5
5
  "main": "dist/apis/index.js",
6
6
  "private": false,