Use proper names for actions' async context (#23763)

Post-PR merge fixes.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-01-28 11:18:00 +02:00 committed by GitHub
parent 02af8dde16
commit b643080117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1188,7 +1188,7 @@ impl Worktree {
pub async fn handle_expand_all_for_entry(
this: Entity<Self>,
request: proto::ExpandAllForProjectEntry,
mut cx: AsyncAppContext,
mut cx: AsyncApp,
) -> Result<proto::ExpandAllForProjectEntryResponse> {
let task = this.update(&mut cx, |this, cx| {
this.expand_all_for_entry(ProjectEntryId::from_proto(request.entry_id), cx)