Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Mar 16, 2021
1 parent 54acefb commit 616133a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/src/bulk-writer.ts
Expand Up @@ -757,9 +757,7 @@ export class BulkWriter {
delayedExecution.resolve();
}

delayedExecution.promise.then(() =>
this._sendBatch(pendingBatch, flush)
);
delayedExecution.promise.then(() => this._sendBatch(pendingBatch, flush));
}

/**
Expand Down

0 comments on commit 616133a

Please sign in to comment.