Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 19c0fcd

Browse files
committed
Assumes.Present(menuService) not componentModel
1 parent 0b09873 commit 19c0fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/InlineReviewsPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async Task InitializeMenus()
5959

6060
await JoinableTaskFactory.SwitchToMainThreadAsync();
6161
var menuService = (IMenuCommandService)(await GetServiceAsync(typeof(IMenuCommandService)));
62-
Assumes.Present(componentModel);
62+
Assumes.Present(menuService);
6363

6464
menuService.AddCommands(commands);
6565
}

0 commit comments

Comments
 (0)