readd raw_json line

pull/2439/head
Fabian-Lars 5 months ago committed by GitHub
parent 6fb2a3b9de
commit 09f96baa96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -391,6 +391,7 @@ impl Updater {
return Ok(None);
};
raw_json = Some(res.json().await?);
match serde_json::from_value::<RemoteRelease>(res.json().await?)
.map_err(Into::into)
{

Loading…
Cancel
Save