refactor
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-29 20:17:57 +01:00
parent 4ce2a0ceaf
commit 847008825f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 7 additions and 11 deletions

View file

@ -14,5 +14,5 @@ pub fn check_blacklist(domain: &str) -> bool {
}
}
return false;
false
}