Skip to content

Commit a3c63df

Browse files
committed
update proto
1 parent f5cb0a2 commit a3c63df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

proto

Submodule proto updated 1 file

src/application.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ impl CoLink {
555555
protocol_name: &str,
556556
user_id: &str,
557557
upgrade: bool,
558-
source_type: &str,
558+
source_type: StartProtocolOperatorSourceType,
559559
deploy_mode: &str,
560560
source: &str,
561561
vt_public_addr: &str,
@@ -567,7 +567,7 @@ impl CoLink {
567567
protocol_name: protocol_name.to_string(),
568568
user_id: user_id.to_string(),
569569
upgrade,
570-
source_type: source_type.to_string(),
570+
source_type: source_type as i32,
571571
deploy_mode: deploy_mode.to_string(),
572572
source: source.to_string(),
573573
vt_public_addr: vt_public_addr.to_string(),

0 commit comments

Comments
 (0)