Typo!
This commit is contained in:
parent
0204351caf
commit
c666604e2c
|
@ -4,7 +4,7 @@ use std::net::IpAddr;
|
|||
pub struct Locat {}
|
||||
|
||||
impl Locat {
|
||||
pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str0 -> Self {
|
||||
pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str) -> Self {
|
||||
// TODO: read geoip db, create analytics db
|
||||
Self {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue