Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 7, 2024
1 parent fb45e80 commit e0c9c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/src/api/routing2/DynamicMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const merge = (a: any, b: Array<any>) =>
export const makeRpcClient = <
RequestConfig extends object,
CTXMap extends Record<string, ContextMap.Any>,
GeneralErrors extends S.Schema.All
GeneralErrors extends S.Schema.All = never
>(
errors: { [K in keyof CTXMap]: CTXMap[K][2] },
generalErrors?: GeneralErrors
Expand Down

0 comments on commit e0c9c02

Please sign in to comment.