Fixed an accidental bug in empty responses
This commit is contained in:
@@ -890,7 +890,7 @@ impl<'a> Network<'a> {
|
|||||||
.await;
|
.await;
|
||||||
|
|
||||||
self
|
self
|
||||||
.handle_request::<ReleaseDownloadBody, ()>(request_props, |_, _| ())
|
.handle_request::<ReleaseDownloadBody, Value>(request_props, |_, _| ())
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user