Fix compile

This commit is contained in:
Gregory Schier
2024-08-22 06:30:19 -07:00
parent 066b7ea4f4
commit 68c1dca9d1

View File

@@ -2040,7 +2040,7 @@ async fn handle_plugin_event<R: Runtime>(
Some(id) => get_environment(app_handle, id.as_str()).await.ok(),
};
let resp = create_default_http_response(app_handle, req.http_request.id.as_str())
let resp = create_default_http_response(&w, req.http_request.id.as_str())
.await
.unwrap();