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 1b44f01 commit 73e66e0Copy full SHA for 73e66e0
1 file changed
src/ARI/Commands/InventoryCommand.cs
@@ -22,7 +22,7 @@ public class InventoryCommand : AsyncCommand<InventorySettings>
22
{ "Has-tags", "false" }
23
};
24
25
- public override async Task<int> ExecuteAsync(CommandContext context, InventorySettings setting, CancellationToken cancellationToken)
+ public override async Task<int> ExecuteAsync(CommandContext context, InventorySettings settings, CancellationToken cancellationToken)
26
{
27
var sw = System.Diagnostics.Stopwatch.StartNew();
28
var modified = DateTimeOffset.UtcNow;
0 commit comments