-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): resolve
getByBlockId
and getBySlot
procedure `trpc-open…
…api` issues (#711) * fix(api): resolve `getByBlockId` openapi param issue Use zod string and then transform value by applying block id schemas as `trpc-openapi` only allows ZodString, ZodNumber, ZodBoolean, ZodBigInt or ZodDate schemas. * fix(api): add missing output schema to `getBySlot` * style(api): add explanatory comment
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters