V0 #1

Closed
RusticMaple wants to merge 105 commits from v0 into main
Showing only changes of commit 58eecef905 - Show all commits
Maple 2025-11-05 21:57:57 +01:00

View file

@ -136,21 +136,4 @@ impl Client{
Ok(response)
}
}
*/
#[cfg(test)]
mod test{
use crate::grpc::account::Client;
#[tokio::test]
async fn test(){
dotenv::dotenv().ok();
let mut client = Client::new().await.unwrap();
let cli = client.get_nex_password(1699562916).await.unwrap();
println!("{:?}", cli);
}
}
*/