fise
parent: tbd commit: 34eb92e
Showing 1 changed file with 1 insertion and 0 deletions
src/connection.rs
@@ -375,6 +375,7 @@ async fn send_and_get_listener( | ||
375 | 375 | todo!() |
376 | 376 | } |
377 | 377 | MessageKind::Repository(repository) => (None, None, Some(repository.target.clone())), |
378 | MessageKind::Authentication(_) => todo!(), | |
378 | 379 | }; |
379 | 380 | |
380 | 381 | let target = match (&instance, &user, &repository) { |