Skip to content

Commit b51fa04

Browse files
authored
feat: add remove conditional binding (#1107)
Add remove conditional binding
1 parent 54e648a commit b51fa04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/storage/bin/benchwrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function read(call, callback) {
4646
.bucket(bucketName)
4747
.file(objectName)
4848
.download({validation: false})
49-
.then(() => callback(null, null))
49+
.then(() => callback(null, null));
5050
}
5151

5252
function write(call, callback) {

0 commit comments

Comments
 (0)