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 f594112 commit 7ee55e7Copy full SHA for 7ee55e7
DevProxy/Commands/MsGraphDbCommand.cs
@@ -23,8 +23,8 @@ private void ConfigureCommand()
23
SetAction(GenerateMsGraphDbAsync);
24
}
25
26
- private async Task GenerateMsGraphDbAsync(ParseResult parseResult)
+ private async Task GenerateMsGraphDbAsync(ParseResult parseResult, CancellationToken cancellationToken)
27
{
28
- _ = await MSGraphDbUtils.GenerateMSGraphDbAsync(_logger, false, context.GetCancellationToken());
+ _ = await MSGraphDbUtils.GenerateMSGraphDbAsync(_logger, false, cancellationToken);
29
30
0 commit comments