radicle: Remove `delegate` from `Remote` type
modified radicle-httpd/src/api/v1/projects.rs
@@ -318,6 +318,7 @@ async fn tree_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -335,7 +336,7 @@ async fn remotes_handler(State(ctx): State<Context>, Path(project): Path<Id>) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -351,6 +352,7 @@ async fn remote_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -364,7 +366,7 @@ async fn remote_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1251,7 +1253,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1275,7 +1277,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|