diff --git a/src/models/random.rs b/src/models/random.rs index 1a78365..ce5b6e3 100644 --- a/src/models/random.rs +++ b/src/models/random.rs @@ -25,8 +25,8 @@ impl JdbModel for RandomConfig { "randoms".to_string() } - fn check_unique(&self, other: &Self) -> bool { - !self.name.eq_ignore_ascii_case(&other.name) + fn check_unique(&self, _other: &Self) -> bool { + true } }