fix(data): send "data" to receiver

This commit is contained in:
Nova
2022-10-25 07:32:25 -04:00
parent 94a78314bb
commit af3833b263

View File

@@ -203,7 +203,7 @@ impl PulseSender {
mask_matches(receiver_mask, &data_mask), mask_matches(receiver_mask, &data_mask),
"Message does not contain the same keys as the receiver's mask" "Message does not contain the same keys as the receiver's mask"
); );
node.send_remote_signal( receiver_node.send_remote_signal(
"data", "data",
&serialize(SendDataInfo { &serialize(SendDataInfo {
uid: &node.pulse_sender.get().unwrap().uid, uid: &node.pulse_sender.get().unwrap().uid,