Skip to content

Commit 8e7f11c

Browse files
committed
make resp2/resp3 have same return value
1 parent 33adc6f commit 8e7f11c

File tree

1 file changed

+1
-1
lines changed
  • packages/bloom/lib/commands/bloom

1 file changed

+1
-1
lines changed

packages/bloom/lib/commands/bloom/INFO.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
expansionRate: reply[9]
3333
}
3434
},
35-
3: (reply: UnwrapReply<BfInfoReplyMap>) => {
35+
3: (reply: UnwrapReply<BfInfoReplyMap>): BfInfoReply => {
3636
if (reply instanceof Map) {
3737
throw new Error("BF.INFO shouldn't be used with type mapping to map or array");
3838
/*

0 commit comments

Comments
 (0)