Skip to content

Commit c28377a

Browse files
committed
feat: update interest list
1 parent e7d2525 commit c28377a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/interest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use regex::{Regex, RegexBuilder};
66
lazy_static! {
77
static ref INTEREST_CACHE: HashMap::<&'static str, Regex> = {
88
create_map(&[
9-
r".*\(Interface \d+\)",
9+
r".*\(Interface[ _]\d+\)",
1010
"10moon",
1111
"Acepen",
1212
"Artisul",

0 commit comments

Comments
 (0)