Skip to content

Commit 5000767

Browse files
deepsource fix
1 parent 4d872cd commit 5000767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alerts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ impl AlertConfig {
11801180
self.id,
11811181
self.title.clone(),
11821182
self.state,
1183-
self.severity.clone().to_string(),
1183+
self.severity.to_string(),
11841184
),
11851185
DeploymentInfo::new(deployment_instance, deployment_id, deployment_mode),
11861186
String::default(),

0 commit comments

Comments
 (0)