We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b14c98 commit a8834b8Copy full SHA for a8834b8
1 file changed
src/services/interest.rs
@@ -35,7 +35,7 @@ lazy_static! {
35
])
36
};
37
static ref COUNTER_INTEREST_CACHE: HashMap::<&'static str, Regex> =
38
- create_map(&["android", "logitech",]);
+ create_map(&["android", "logitech", " PS3 "]);
39
}
40
41
pub fn is_of_interest(string: Option<&str>) -> bool {
0 commit comments