diff --git a/crates/collab/src/db.rs b/crates/collab/src/db.rs index 54d4497833..295234af61 100644 --- a/crates/collab/src/db.rs +++ b/crates/collab/src/db.rs @@ -2520,7 +2520,7 @@ where .as_database_error() .and_then(|error| error.code()) .as_deref() - == Some("hey") => + == Some("40001") => { // Retry (don't break the loop) }