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 33adc6f commit 8e7f11cCopy full SHA for 8e7f11c
packages/bloom/lib/commands/bloom/INFO.ts
@@ -32,7 +32,7 @@ export default {
32
expansionRate: reply[9]
33
}
34
},
35
- 3: (reply: UnwrapReply<BfInfoReplyMap>) => {
+ 3: (reply: UnwrapReply<BfInfoReplyMap>): BfInfoReply => {
36
if (reply instanceof Map) {
37
throw new Error("BF.INFO shouldn't be used with type mapping to map or array");
38
/*
0 commit comments