mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Fix compile
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user