mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 04:11:17 +00:00
Fix clippy.
This commit is contained in:
parent
e5007e880c
commit
0935fa57e8
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ async fn build_update_instance_form(
|
|||
// not every Fediverse instance has a valid Nodeinfo endpoint (its not required for
|
||||
// Activitypub). That's why we always need to mark instances as updated if they are
|
||||
// alive.
|
||||
let instance_form = InstanceForm {
|
||||
let mut instance_form = InstanceForm {
|
||||
updated: Some(naive_now()),
|
||||
..InstanceForm::new(domain.to_string())
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue