Skip to content

Commit ff41b3a

Browse files
authored
feat(client): Batch Plugin auto‑infer context from link (#427)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Updated internal type handling for plugin configuration. There are no changes to visible features or behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent b11d127 commit ff41b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/src/plugins/batch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class BatchLinkPlugin<T extends ClientContext> implements StandardLinkPlu
8484

8585
order = 5_000_000
8686

87-
constructor(options: BatchLinkPluginOptions<T>) {
87+
constructor(options: NoInfer<BatchLinkPluginOptions<T>>) {
8888
this.groups = options.groups
8989
this.pending = new Map()
9090

0 commit comments

Comments
 (0)