mirror of
https://github.com/astro/buzzrelay.git
synced 2025-04-25 05:04:18 +00:00
endpoint: delint
This commit is contained in:
parent
3ab249ebda
commit
f4a72f4272
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ where
|
|||
return Err((StatusCode::BAD_REQUEST, "Actor missing".to_string()));
|
||||
};
|
||||
|
||||
return Ok(Endpoint { payload, signature, remote_actor_uri });
|
||||
Ok(Endpoint { payload, signature, remote_actor_uri })
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue