cargo check

This commit is contained in:
weisd
2024-12-16 22:20:33 +08:00
parent 9dd75b4a3b
commit 64e631fcdb
9 changed files with 3158 additions and 898 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pub struct NotificationSys {
impl NotificationSys {
pub async fn new(eps: EndpointServerPools) -> Self {
let (peer_clients, all_peer_clients) = PeerRestClient::new_clients(&eps).await;
let (peer_clients, all_peer_clients) = PeerRestClient::new_clients(eps).await;
Self {
peer_clients,
all_peer_clients,