Skip to content

Commit 6521792

Browse files
committed
fix(pegboard): decode envoy actor eviction keys
1 parent bdd460a commit 6521792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/packages/pegboard/src/ops/envoy/evict_actors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub async fn pegboard_envoy_evict_actors(ctx: &OperationCtx, input: &Input) -> R
3030
Serializable,
3131
)
3232
.map(|res| {
33-
let (key, generation) = tx.read_entry::<keys::runner::ActorKey>(&res?)?;
33+
let (key, generation) = tx.read_entry::<keys::envoy::ActorKey>(&res?)?;
3434

3535
Ok((key.actor_id, generation))
3636
})

0 commit comments

Comments
 (0)