Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Aron Carroll <[email protected]>
  • Loading branch information
mattt and aron committed Sep 25, 2024
commit f4e45043f74250e6010d1211b747e5b13f91432a
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Replicate {
*/
async run(ref, options, progress) {
let { block } = options;
const { wait, signal, ...data } = options;
const { wait, signal, block: _, ...data } = options;

// Block if `block` is explicitly true or if `wait` is explicitly true
block = block || (block === undefined && wait === true);
Expand Down