Skip to content

Commit

Permalink
cdimascio#841 return error thrown in serDes deserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli authored May 11, 2023
1 parent 01950b7 commit 4f69cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ajv/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function createAjv(
keyword: 'serdes',
instancePath: ctx.instancePath,
schemaPath: it.schemaPath.str,
message: `format is invalid`,
message: e.message || `format is invalid`,
params: { 'x-eov-req-serdes': ctx.parentDataProperty },
},
];
Expand Down

0 comments on commit 4f69cc8

Please sign in to comment.