mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:38:26 +02: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(),
|
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
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user