Skip to content

Commit 961fb3b

Browse files
committed
Fix
1 parent 2c6be0a commit 961fb3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bin/agent/core/service.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ pub async fn run(settings: AgentSettings) -> Result<()> {
366366
inbound.as_inbound_response(),
367367
&node.label,
368368
node.address,
369+
&None
369370
) {
370371
println!("->> {tag} ➜ {:?}\n", conn);
371372
let qrcode = QrCode::new(conn).unwrap();

0 commit comments

Comments
 (0)