Skip to content

Commit a311785

Browse files
add identitiy to cancellation
1 parent 0f68d9b commit a311785

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/common/src/data_converters/failure_converter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ fn encode_outgoing_activity_error(
415415
details: details
416416
.map(|details| details.encode(payload_converter, context))
417417
.transpose()?,
418+
identity: Default::default(),
418419
})),
419420
..Default::default()
420421
},

0 commit comments

Comments
 (0)