Skip to content

Commit 7e38648

Browse files
committed
fix(su): fix param for build error
1 parent 2bac3d3 commit 7e38648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/su/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct FromTo {
2626
to: Option<String>,
2727
limit: Option<i32>,
2828
#[serde(rename = "process-id")]
29-
process_id: Option<String>,
29+
process_id: String,
3030
#[serde(rename = "from-nonce")]
3131
from_nonce: Option<String>,
3232
#[serde(rename = "to-nonce")]

0 commit comments

Comments
 (0)