@heathmont/lab-flask
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -121,3 +121,3 @@ "use strict"; | ||
try { | ||
req = requestClass.toObject(requestClass.decode(reqData), { defaults: true }); | ||
req = requestClass.decode(reqData); | ||
} | ||
@@ -124,0 +124,0 @@ catch (e) { |
{ | ||
"name": "@heathmont/lab-flask", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"author": "Margus Lamp", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -76,3 +76,3 @@ import { Proto } from '@heathmont/coingaming-protobuf'; | ||
try { | ||
req = (requestClass as any).toObject((requestClass as any).decode(reqData), { defaults: true }); | ||
req = (requestClass as any).decode(reqData); | ||
} catch (e) { | ||
@@ -79,0 +79,0 @@ logger.error('Failed to decode request', { reqData }); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
3936724