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 6edfcb1 commit 6b95454Copy full SHA for 6b95454
1 file changed
src/methods/get.js
@@ -53,9 +53,7 @@ module.exports = async (key, options = {}) => {
53
}
54
55
56
- const Bin = new SourceBin(key, binData.data);
57
-
58
- return Bin;
+ return new SourceBin(key, binData.data);
59
};
60
61
class GetError extends Error {
0 commit comments