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

@ -1093,7 +1093,7 @@ impl WorktreeStore {
pub async fn handle_expand_all_for_project_entry(
this: Entity<Self>,
envelope: TypedEnvelope<proto::ExpandAllForProjectEntry>,
mut cx: AsyncAppContext,
mut cx: AsyncApp,
) -> Result<proto::ExpandAllForProjectEntryResponse> {
let entry_id = ProjectEntryId::from_proto(envelope.payload.entry_id);
let worktree = this