i get, no more changes in the web editor

pull/2439/head
FabianLars 5 months ago
parent 09f96baa96
commit 4d9de75c43
No known key found for this signature in database

@ -392,7 +392,7 @@ impl Updater {
};
raw_json = Some(res.json().await?);
match serde_json::from_value::<RemoteRelease>(res.json().await?)
match serde_json::from_value::<RemoteRelease>(raw_json.clone().unwrap())
.map_err(Into::into)
{
Ok(release) => {

Loading…
Cancel
Save