Skip to content

Commit e5d21fe

Browse files
committed
fix(cbjs): lookup in all replicas options arg
1 parent 5614694 commit e5d21fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cbjs/src/collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,7 @@ export class Collection<
24282428
ThrowOnSpecError extends boolean = false,
24292429
>(
24302430
key: Key,
2431-
options?: LookupInOptions<ThrowOnSpecError>
2431+
options?: LookupInAllReplicasOptions<ThrowOnSpecError>
24322432
): ChainableLookupIn<
24332433
this,
24342434
'lookupInAllReplicas',

0 commit comments

Comments
 (0)