improve code

This commit is contained in:
houseme
2025-05-27 19:07:09 +08:00
parent ade4d33eb1
commit a95138868e
38 changed files with 1388 additions and 1421 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pub enum Error {
#[error(transparent)]
PolicyError(#[from] PolicyError),
#[error("ecsotre error: {0}")]
#[error("ecstore error: {0}")]
EcstoreError(common::error::Error),
#[error("{0}")]