Skip to content

Commit ca69055

Browse files
authored
Update XINFO_CONSUMERS.ts
1 parent 1a33ea6 commit ca69055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/XINFO_CONSUMERS.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export function transformReply(rawReply: Array<any>): XInfoConsumersReply {
2323
name: consumer[1],
2424
pending: consumer[3],
2525
idle: consumer[5],
26-
inactive: consumer[7],
26+
inactive: consumer[7]
2727
}));
2828
}

0 commit comments

Comments
 (0)