Skip to content

Commit 155ed46

Browse files
authored
Fix NexusSlotInfo in C-bridge (#999)
1 parent 4614dcb commit 155ed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-c-bridge/src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ impl<SK: SlotKind + Send + Sync> CustomSlotSupplier<SK> {
381381
}
382382
temporal_sdk_core_api::worker::SlotInfo::Nexus(n) => SlotInfo::NexusSlotInfo {
383383
operation: n.operation.as_str().into(),
384-
service: n.operation.as_str().into(),
384+
service: n.service.as_str().into(),
385385
},
386386
}
387387
}

0 commit comments

Comments
 (0)