File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ async fn main() -> Result<(), ServerError> {
480480
481481 SEARCH_ARGUMENTS
482482 . set ( search_arguments)
483- . map_err ( |_| ServerError :: Operation ( "Failed to set `SERVER_INFO `." . to_string ( ) ) ) ?;
483+ . map_err ( |_| ServerError :: Operation ( "Failed to set `SEARCH_ARGUMENTS `." . to_string ( ) ) ) ?;
484484 }
485485
486486 // let server = Server::bind(&addr).serve(new_service);
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ pub(crate) fn gen_chat_id() -> String {
1111
1212/// Search related items that aren't directly supported by SearchConfig
1313#[ cfg( feature = "search" ) ]
14+ #[ derive( Debug ) ]
1415pub ( crate ) struct SearchArguments {
1516 /// API key to be supplied to the endpoint, if supported. Not used by Bing.
1617 pub ( crate ) api_key : String ,
You can’t perform that action at this time.
0 commit comments