Skip to content

Commit f4e4504

Browse files
matttaron
andcommitted
Apply suggestions from code review
Co-authored-by: Aron Carroll <[email protected]>
1 parent 3e4c5a3 commit f4e4504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class Replicate {
145145
*/
146146
async run(ref, options, progress) {
147147
let { block } = options;
148-
const { wait, signal, ...data } = options;
148+
const { wait, signal, block: _, ...data } = options;
149149

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

0 commit comments

Comments
 (0)