remove un-used function
This commit is contained in:
parent
720adaa552
commit
7cac880f8e
@ -43,10 +43,6 @@ impl Website {
|
|||||||
&mut self.site
|
&mut self.site
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn domain_str(&self) -> &str {
|
|
||||||
self.site.as_str()
|
|
||||||
}
|
|
||||||
|
|
||||||
#[instrument(skip_all)]
|
#[instrument(skip_all)]
|
||||||
pub async fn links_to(&self, other: Vec<Thing>, db: &Surreal<Client>) {
|
pub async fn links_to(&self, other: Vec<Thing>, db: &Surreal<Client>) {
|
||||||
let len = other.len();
|
let len = other.len();
|
||||||
|
Loading…
Reference in New Issue
Block a user