Skip to content

Commit

Permalink
fix(historical): return coerced values (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Sep 20, 2024
1 parent 8ff716c commit 386bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/historical.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default async function historical(
};

try {
validateAndCoerceTypebox({
return validateAndCoerceTypebox({
type: "result",
data: out,
schema,
Expand Down

0 comments on commit 386bf82

Please sign in to comment.