fix: typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-31 20:16:46 +01:00
parent be62b3a867
commit 081515365d

View File

@ -47,7 +47,7 @@ impl DVMHandler for TikTokDvm {
bail!("Only URL inputs are accepted") bail!("Only URL inputs are accepted")
}; };
if input if !input
.host_str() .host_str()
.as_ref() .as_ref()
.map(|h| h.ends_with("tiktok.com")) .map(|h| h.ends_with("tiktok.com"))