Skip to content

Commit c9005f9

Browse files
committed
Fix bug in queue length command
1 parent 54e2c13 commit c9005f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/InEngine.Core/Queue/Commands/Length.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public void PrintUsage(Broker broker)
1515
{
1616
var leftPadding = 15;
1717
Warning($"{broker.QueueName} Queue:");
18-
broker = Broker.Make(true);
1918
InfoText("Pending".PadLeft(leftPadding));
2019
Line(broker.GetPendingQueueLength().ToString().PadLeft(10));
2120
InfoText("In-progress".PadLeft(leftPadding));

0 commit comments

Comments
 (0)