From 4d9de75c435f89e50ff2de4a17586d16f9df4d27 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 19 Feb 2025 22:15:52 +0100 Subject: [PATCH] i get, no more changes in the web editor --- plugins/updater/src/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/updater/src/updater.rs b/plugins/updater/src/updater.rs index 426f176a..a3e3cb3a 100644 --- a/plugins/updater/src/updater.rs +++ b/plugins/updater/src/updater.rs @@ -392,7 +392,7 @@ impl Updater { }; raw_json = Some(res.json().await?); - match serde_json::from_value::(res.json().await?) + match serde_json::from_value::(raw_json.clone().unwrap()) .map_err(Into::into) { Ok(release) => {