@lucaapp/service-utils 1.40.3 → 1.40.4

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.
@@ -147,7 +147,7 @@ class ServiceIdentity {
147
147
  if (method !== payload.method) {
148
148
  return respond((0, api_1.forbidden)(`${method} !== ${payload.method}`));
149
149
  }
150
- next({ payload: payload.data });
150
+ return next({ payload: payload.data });
151
151
  });
152
152
  this.identityJWKSRoute = async (_, response) => {
153
153
  response.send(await this.getIdentityJWKS());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucaapp/service-utils",
3
- "version": "1.40.3",
3
+ "version": "1.40.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [