We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6be0a commit 961fb3bCopy full SHA for 961fb3b
1 file changed
src/bin/agent/core/service.rs
@@ -366,6 +366,7 @@ pub async fn run(settings: AgentSettings) -> Result<()> {
366
inbound.as_inbound_response(),
367
&node.label,
368
node.address,
369
+ &None
370
) {
371
println!("->> {tag} ➜ {:?}\n", conn);
372
let qrcode = QrCode::new(conn).unwrap();
0 commit comments