This commit is contained in:
weisd
2024-12-22 11:27:56 +08:00
parent 259e0f95da
commit a40c2e2978
4 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ pub struct NotificationPeerErr {
}
impl NotificationSys {
pub fn rest_client_from_hash(&self, s: &str) -> Option<PeerRestClient> {
pub fn rest_client_from_hash(&self, _s: &str) -> Option<PeerRestClient> {
None
}
pub async fn delete_policy(&self) -> Vec<NotificationPeerErr> {