We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d320400 commit 10cebe3Copy full SHA for 10cebe3
index.js
@@ -145,7 +145,7 @@ class Replicate {
145
*/
146
async run(ref, options, progress) {
147
let { block } = options;
148
- const { wait, signal, ...data } = options;
+ const { wait, signal, block: _, ...data } = options;
149
150
// Block if `block` is explicitly true or if `wait` is explicitly true
151
block = block || (block === undefined && wait === true);
0 commit comments