Skip to content

Commit 59b4d11

Browse files
fix: No const
1 parent 5ea860f commit 59b4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Blobs.prototype.createReadStream = function (opts) {
159159
if (!result) throw new Error('key not found: ' + key)
160160

161161
buf = result
162-
const nextPart = buf.pop()
162+
var nextPart = buf.pop()
163163

164164
next(null, toBuffer(nextPart))
165165
})

0 commit comments

Comments
 (0)