We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4614dcb commit 155ed46Copy full SHA for 155ed46
1 file changed
core-c-bridge/src/worker.rs
@@ -381,7 +381,7 @@ impl<SK: SlotKind + Send + Sync> CustomSlotSupplier<SK> {
381
}
382
temporal_sdk_core_api::worker::SlotInfo::Nexus(n) => SlotInfo::NexusSlotInfo {
383
operation: n.operation.as_str().into(),
384
- service: n.operation.as_str().into(),
+ service: n.service.as_str().into(),
385
},
386
387
0 commit comments