fix: 优化警告代码

This commit is contained in:
shiro.lee
2024-08-06 09:31:48 +08:00
parent 669808069d
commit 7dacc47f16
9 changed files with 53 additions and 73 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ impl ECStore {
.await?;
if deployment_id.is_none() {
deployment_id = Some(fm.id.clone());
deployment_id = Some(fm.id);
}
if deployment_id != Some(fm.id) {