Skip to content

Commit 2281695

Browse files
committed
(fix) rename tab_id to tabId when communicating with deamon
1 parent bb1ce14 commit 2281695

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/src/commands/tab/switch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use serde::{Deserialize, Serialize};
55

66
#[derive(Debug, Clone, Serialize, Deserialize)]
77
pub struct TabSwitchCommand {
8+
#[serde(rename = "tabId")]
89
pub tab_id: i32,
910
}
1011

0 commit comments

Comments
 (0)